Méthode | Description | |
---|---|---|
Receive ( IReceivingSocket input ) : void |
Receive a ZreMsgOriginal from the socket.
|
|
Send ( IOutgoingSocket output ) : void |
Send the ZreMsgOriginal to the socket.
|
|
ZreMsgOriginal ( ) : System |
Create a new ZreMsgOriginal
|
Méthode | Description | |
---|---|---|
GetLongString ( ) : string | ||
GetNumber1 ( ) : byte | ||
GetNumber2 ( ) : |
||
GetNumber4 ( ) : |
||
GetNumber8 ( ) : System.UInt64 | ||
GetOctets ( byte host, int size ) : void | ||
GetString ( ) : string | ||
PutLongString ( string host ) : void | ||
PutNumber1 ( byte host ) : void | ||
PutNumber2 ( |
||
PutNumber4 ( |
||
PutNumber8 ( System.UInt64 host ) : void | ||
PutOctets ( byte host, int size ) : void | ||
PutString ( string host ) : void |
public Receive ( IReceivingSocket input ) : void | ||
input | IReceivingSocket | |
Résultat | void |
public Send ( IOutgoingSocket output ) : void | ||
output | IOutgoingSocket | |
Résultat | void |