Méthode |
Description |
|
Dispose ( ) : void |
|
|
Dump ( ) : string |
|
|
Fill ( int pLength, byte pValue ) : void |
|
|
Packet ( ) : System |
|
|
Packet ( SH12Type type ) : System |
|
|
Packet ( SH15Type type ) : System |
|
|
Packet ( SH18Type type ) : System |
|
|
Packet ( SH20Type type ) : System |
|
|
Packet ( SH25Type type ) : System |
|
|
Packet ( SH28Type type ) : System |
|
|
Packet ( SH29Type type ) : System |
|
|
Packet ( SH2Type type ) : System |
|
|
Packet ( SH31Type type ) : System |
|
|
Packet ( SH3Type type ) : System |
|
|
Packet ( SH4Type type ) : System |
|
|
Packet ( SH5Type type ) : System |
|
|
Packet ( SH6Type type ) : System |
|
|
Packet ( SH7Type type ) : System |
|
|
Packet ( SH8Type type ) : System |
|
|
Packet ( SH9Type type ) : System |
|
|
Packet ( byte pData ) : System |
|
|
Packet ( byte pHeader, byte pType ) : System |
|
|
Packet ( ushort pOpCode ) : System |
|
|
ReadBytes ( byte pBuffer ) : bool |
|
|
ReadSkip ( int pLength ) : bool |
|
|
Seek ( int offset ) : void |
|
|
SetByte ( long pOffset, byte pValue ) : void |
|
|
ToArray ( ) : byte[] |
|
|
ToString ( ) : string |
|
|
TryReadBool ( bool &pValue ) : bool |
|
|
TryReadByte ( byte &pValue ) : bool |
|
|
TryReadBytes ( int pLength, byte &pValue ) : bool |
|
|
TryReadFloat ( float &pValue ) : bool |
|
|
TryReadInt ( int &pValue ) : bool |
|
|
TryReadLong ( long &pValue ) : bool |
|
|
TryReadSByte ( sbyte &pValue ) : bool |
|
|
TryReadShort ( short &pValue ) : bool |
|
|
TryReadString ( string &pValue ) : bool |
|
|
TryReadString ( string &pValue, int pLen ) : bool |
|
|
TryReadUInt ( uint &pValue ) : bool |
|
|
TryReadULong ( ulong &pValue ) : bool |
|
|
TryReadUShort ( ushort &pValue ) : bool |
|
|
WriteBool ( bool pValue ) : void |
|
|
WriteByte ( byte pValue ) : void |
|
|
WriteBytes ( byte pBytes ) : void |
|
|
WriteDouble ( double pValue ) : void |
|
|
WriteFloat ( float pValue ) : void |
|
|
WriteHexAsBytes ( string hexString ) : void |
|
|
WriteInt ( int pValue ) : void |
|
|
WriteLong ( long pValue ) : void |
|
|
WriteSByte ( sbyte pValue ) : void |
|
|
WriteShort ( short pValue ) : void |
|
|
WriteString ( string pValue ) : void |
|
|
WriteString ( string pValue, int pLen ) : void |
|
|
WriteStringLen ( string pValue, bool addNullTerminator = false ) : void |
|
|
WriteUInt ( uint pValue ) : void |
|
|
WriteULong ( ulong pValue ) : void |
|
|
WriteUShort ( ushort pValue ) : void |
|
|