Méthode | Description | |
---|---|---|
CloseNet ( ) : void | ||
GetUserIP ( uint uid ) : string | ||
OnPacket ( |
||
SendCommand ( |
||
Tick ( VM vm ) : bool | ||
VMClientDriver ( string hostName, int port, OnStateChangeDelegate callback ) : System |
Méthode | Description | |
---|---|---|
Client_OnConnected ( GonzoNet.LoginArgsContainer LoginArgs ) : void | ||
Client_OnDisconnect ( ) : void | ||
HandleNet ( ) : void | ||
SendToServer ( |
public OnPacket ( |
||
client | ||
packet | GonzoNet.ProcessedPacket | |
Résultat | void |
public SendCommand ( |
||
cmd | ||
Résultat | void |
public VMClientDriver ( string hostName, int port, OnStateChangeDelegate callback ) : System | ||
hostName | string | |
port | int | |
callback | OnStateChangeDelegate | |
Résultat | System |