Свойство | Тип | Описание | |
---|---|---|---|
m_Stream | PacketWriter |
Метод | Описание | |
---|---|---|
Acquire ( |
||
Acquire ( ) : void | ||
Compile ( bool compress, int &length ) : byte[] | ||
EnsureCapacity ( int length ) : void | ||
OnSend ( ) : void | ||
Release ( ) : void | ||
Release ( OPLInfo &p ) : void | ||
Release ( ObjectPropertyList &p ) : void | ||
Release ( Packet &p ) : void | ||
Release ( RemoveItem &p ) : void | ||
Release ( RemoveMobile &p ) : void | ||
SetStatic ( Packet p ) : Packet | ||
SetStatic ( ) : void |
Метод | Описание | |
---|---|---|
Packet ( int packetID ) : System | ||
Packet ( int packetID, int length ) : System |
Метод | Описание | |
---|---|---|
Free ( ) : void | ||
InternalCompile ( bool compress ) : void |
public static Acquire ( |
||
p | ||
Результат |
public Compile ( bool compress, int &length ) : byte[] | ||
compress | bool | |
length | int | |
Результат | byte[] |
public EnsureCapacity ( int length ) : void | ||
length | int | |
Результат | void |
protected Packet ( int packetID, int length ) : System | ||
packetID | int | |
length | int | |
Результат | System |
public static Release ( OPLInfo &p ) : void | ||
p | OPLInfo | |
Результат | void |
public static Release ( ObjectPropertyList &p ) : void | ||
p | ObjectPropertyList | |
Результат | void |
public static Release ( Packet &p ) : void | ||
p | Packet | |
Результат | void |
public static Release ( RemoveItem &p ) : void | ||
p | RemoveItem | |
Результат | void |
public static Release ( RemoveMobile &p ) : void | ||
p | RemoveMobile | |
Результат | void |
public static SetStatic ( Packet p ) : Packet | ||
p | Packet | |
Результат | Packet |