IDecoder.DecodePreCreatedMessage Method (Byte, Int32) |
Decodes buffer, using pre-created 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 DecodePreCreatedMessage(
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