Свойство | Type | Description | |
---|---|---|---|
connection | Client, | ||
decoders | ServerCommandDecoderBase>.Dictionary |
Méthode | Description | |
---|---|---|
ConnectTo ( string addr, int port ) : void | ||
Send ( byte data ) : void |
Méthode | Description | |
---|---|---|
Awake ( ) : void | ||
FindDecoder ( int numParams ) : ServerCommandDecoderBase, | ||
OnReceive ( byte data ) : void | ||
OpenConnection ( string addr, int port ) : IEnumerator | ||
Start ( ) : void |
public ConnectTo ( string addr, int port ) : void | ||
addr | string | |
port | int | |
Résultat | void |
protected FindDecoder ( int numParams ) : ServerCommandDecoderBase, | ||
numParams | int | |
Résultat | ServerCommandDecoderBase, |
protected OpenConnection ( string addr, int port ) : IEnumerator | ||
addr | string | |
port | int | |
Résultat | IEnumerator |