forwardDecodePreCreatedMessage Method    Table of ContentDecodePreCreatedMessage Method (Byte*, Int32)forward
IDecoder.DecodePreCreatedMessage Method (Byte[])
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
C#
IMessage DecodePreCreatedMessage(
	byte[] data
)

Parameters

data
Type: System.Byte[]
Buffer.

Return Value

Type: IMessage
Decoded message.
See Also