Property | Type | Description | |
---|---|---|---|
Endianness | EndianFlag | ||
Flags | HeaderFlag | ||
Length | uint | ||
MajorVersion | byte | ||
MessageType | MessageType | ||
Serial | uint |
Method | Description | |
---|---|---|
FromBytes ( byte data ) : |
||
GetHeaderDataToStream ( Stream stream ) : void | ||
TryGetField ( FieldCode code, object &value ) : bool | ||
this ( FieldCode key ) : object |
Method | Description | |
---|---|---|
WriteHeaderToMessage ( MessageWriter writer ) : void |
public static FromBytes ( byte data ) : |
||
data | byte | |
return |
public GetHeaderDataToStream ( Stream stream ) : void | ||
stream | Stream | |
return | void |
public TryGetField ( FieldCode code, object &value ) : bool | ||
code | FieldCode | |
value | object | |
return | bool |