ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
smbLogOn_in_t Struct Reference

#include <ps2smb.h>

Data Fields

char serverIP [16]
 
int serverPort
 
char User [256]
 
char Password [256]
 
int PasswordType
 

Detailed Description

Definition at line 41 of file ps2smb.h.

Field Documentation

◆ Password

char smbLogOn_in_t::Password[256]

Definition at line 45 of file ps2smb.h.

◆ PasswordType

int smbLogOn_in_t::PasswordType

Definition at line 46 of file ps2smb.h.

◆ serverIP

char smbLogOn_in_t::serverIP[16]

Definition at line 42 of file ps2smb.h.

◆ serverPort

int smbLogOn_in_t::serverPort

Definition at line 43 of file ps2smb.h.

◆ User

char smbLogOn_in_t::User[256]

Definition at line 44 of file ps2smb.h.


The documentation for this struct was generated from the following file: