Метод | Описание | |
---|---|---|
Decode ( System.ByteBuffer buffer ) : void | ||
DecodeCommand ( System.ByteBuffer buffer ) : void | ||
DecodeHeader ( System.ByteBuffer buffer ) : void | ||
DecodePayload ( System.ByteBuffer buffer ) : void | ||
Dispose ( ) : void | ||
EncodeCommand ( FrameType type, ushort channel, |
||
Frame ( ) : System | ||
Frame ( FrameType type ) : System | ||
ToString ( ) : string |
public Decode ( System.ByteBuffer buffer ) : void | ||
buffer | System.ByteBuffer | |
Результат | void |
public DecodeCommand ( System.ByteBuffer buffer ) : void | ||
buffer | System.ByteBuffer | |
Результат | void |
public DecodeHeader ( System.ByteBuffer buffer ) : void | ||
buffer | System.ByteBuffer | |
Результат | void |
public DecodePayload ( System.ByteBuffer buffer ) : void | ||
buffer | System.ByteBuffer | |
Результат | void |
public static EncodeCommand ( FrameType type, ushort channel, |
||
type | FrameType | |
channel | ushort | |
command | ||
payloadSize | int | |
Результат | System.ByteBuffer |