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: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
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