Click or drag to resize

CFXMessageFromBytesT Method

Creates a new instance of a CFX message given a Type and an array of bytes assumed to be in UTF8 encoding

Namespace: CFX
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public static T FromBytes<T>(
	byte[] data
)
where T : CFXMessage

Parameters

data  Byte
An array of bytes representing the message in UTF8 format

Type Parameters

T
The Type of the message

Return Value

T
See Also