IDecoder.Decode Method (Byte, Int32) |
Decodes buffer, creating new message object.
Namespace:
OnixS.SimpleBinaryEncoding
Assembly:
OnixS.SimpleBinaryEncoding-net-4.7 (in OnixS.SimpleBinaryEncoding-net-4.7.dll) Version: 2.3.1.0 (2.3.1.0)
Syntax IMessage Decode(
byte* data,
int length
)
Parameters
- data
- Type: System.Byte*
Pointer to buffer. - length
- Type: System.Int32
Buffer length.
Return Value
Type:
IMessageDecoded message.
See Also