Method | Description | |
---|---|---|
AppendByte ( byte v ) : |
Appends a single byte.
|
|
AppendBytes ( byte s ) : |
Appends the byte string.
|
|
AppendPaddingBytesOf ( byte s ) : |
Appends the padding bytes for the specified byte string.
|
|
AppendUInt16 ( ushort v ) : |
Appends a word value.
|
|
AppendUInt32 ( uint v ) : |
Appends a double word value.
|
|
AsDataFragment ( ) : Granados.IO.DataFragment |
Return a DataFragment that represents the message data.
|
|
Clear ( ) : |
Clears the internal buffer.
|
|
XProtocolMessage ( bool bigEndian ) : System |
Constructor
|
public AppendByte ( byte v ) : |
||
v | byte | byte data |
return |
public AppendBytes ( byte s ) : |
||
s | byte | byte string |
return |
public AppendPaddingBytesOf ( byte s ) : |
||
s | byte | byte string |
return |
public AppendUInt16 ( ushort v ) : |
||
v | ushort | word data |
return |
public AppendUInt32 ( uint v ) : |
||
v | uint | double word data |
return |
public AsDataFragment ( ) : Granados.IO.DataFragment | ||
return | Granados.IO.DataFragment |
public XProtocolMessage ( bool bigEndian ) : System | ||
bigEndian | bool | specifies that the byte-order is big-endian |
return | System |