Method | Description | |
---|---|---|
Parse ( ArraySegment |
Parses the specified binary data.
|
|
Parse ( DateTimeOffset receivedTime, bool reuseOriginalBuffer, byte packetBytes, int offset, int packetBytesLength ) : |
Parses the specified binary data.
|
public static Parse ( ArraySegment |
||
data | ArraySegment |
The data. |
return |
public static Parse ( DateTimeOffset receivedTime, bool reuseOriginalBuffer, byte packetBytes, int offset, int packetBytesLength ) : |
||
receivedTime | DateTimeOffset | The received time. |
reuseOriginalBuffer | bool | if set to |
packetBytes | byte | The binary data. |
offset | int | The offset in the binary data. |
packetBytesLength | int | Length of the packet bytes. |
return |