Méthode |
Description |
|
Debug ( ) : string |
|
|
Debug ( byte bts ) : string |
|
|
Msg ( ) : System |
|
|
Msg ( byte bytes ) : System |
|
|
ReadBoolean ( ) : bool |
|
|
ReadByte ( ) : byte |
|
|
ReadChar ( ) : char |
|
|
ReadFloat ( ) : float |
|
|
ReadInt ( ) : int |
|
|
ReadShort ( ) : short |
|
|
ReadString ( ) : string |
|
|
ReadUInt ( ) : uint |
|
|
ReadULong ( ) : ulong |
|
|
ReadUShort ( ) : ushort |
|
|
ReadUTF ( int length ) : string |
|
|
ToArray ( ) : byte[] |
|
|
ToCArray ( ) : byte[] |
our message pro |
|
Write ( byte value ) : void |
|
|
WriteBoolean ( bool value ) : void |
|
|
WriteByte ( byte value ) : void |
|
|
WriteChar ( char value ) : void |
|
|
WriteFloat ( float value ) : void |
|
|
WriteInt ( int value ) : void |
|
|
WriteShort ( int value ) : void |
|
|
WriteString ( string value ) : void |
|
|
WriteUInt ( uint value ) : void |
|
|
WriteULong ( ulong value ) : void |
|
|
WriteUShort ( ushort value ) : void |
|
|
WriteUTFBytes ( string value ) : void |
|
|