Property | Type | Description | |
---|---|---|---|
serverType | byte |
Method | Description | |
---|---|---|
LoadResource ( ) : string | ||
ResourceClient ( uint serverID ) : System | ||
StringToByteArray ( string path ) : byte[] | ||
connectClient ( string serverIP ) : void | ||
disconnectClient ( ) : void | ||
getClientType ( ) : int | ||
send ( Object d ) : void |
Method | Description | |
---|---|---|
ByteArrayToString ( byte bytes ) : string | ||
getResourcePath ( ) : string |
public ResourceClient ( uint serverID ) : System | ||
serverID | uint | |
return | System |
public StringToByteArray ( string path ) : byte[] | ||
path | string | |
return | byte[] |
public connectClient ( string serverIP ) : void | ||
serverIP | string | |
return | void |