Méthode | Description | |
---|---|---|
GetPacket ( ) : Packet | ||
MessageHandler ( ) : System | ||
Process ( ClientConnection conn, byte readBuffer, int length, int pos ) : void | ||
ReadBoolean ( byte readBuffer ) : bool | ||
ReadByte ( byte readBuffer ) : byte | ||
ReadInt16 ( byte readBuffer ) : short | ||
ReadInt32 ( byte readBuffer ) : int | ||
ReadRGB ( byte readBuffer ) : Color | ||
ReadSingle ( byte readBuffer ) : float | ||
ReadString ( byte readBuffer, string &str ) : bool | ||
ReadString ( byte readBuffer ) : string | ||
ReadUInt16 ( byte readBuffer ) : ushort | ||
ReadVector2 ( byte readBuffer ) : Vector2 | ||
Reset ( int offset ) : void | ||
Skip ( int count ) : void |
Méthode | Description | |
---|---|---|
ParseString ( byte strBuffer, int offset, int count, string &str ) : bool |
protected ParseString ( byte strBuffer, int offset, int count, string &str ) : bool | ||
strBuffer | byte | |
offset | int | |
count | int | |
str | string | |
Résultat | bool |
public abstract Process ( ClientConnection conn, byte readBuffer, int length, int pos ) : void | ||
conn | ClientConnection | |
readBuffer | byte | |
length | int | |
pos | int | |
Résultat | void |
public ReadBoolean ( byte readBuffer ) : bool | ||
readBuffer | byte | |
Résultat | bool |
public ReadInt16 ( byte readBuffer ) : short | ||
readBuffer | byte | |
Résultat | short |
public ReadSingle ( byte readBuffer ) : float | ||
readBuffer | byte | |
Résultat | float |
public ReadString ( byte readBuffer, string &str ) : bool | ||
readBuffer | byte | |
str | string | |
Résultat | bool |
public ReadString ( byte readBuffer ) : string | ||
readBuffer | byte | |
Résultat | string |
public ReadUInt16 ( byte readBuffer ) : ushort | ||
readBuffer | byte | |
Résultat | ushort |
public ReadVector2 ( byte readBuffer ) : Vector2 | ||
readBuffer | byte | |
Résultat | Vector2 |