Click or drag to resize

CFXMessage Methods

The CFXMessage type exposes the following members.

Methods
 NameDescription
Public methodStatic memberFromBytesT Creates a new instance of a CFX message given a Type and an array of bytes assumed to be in UTF8 encoding
Public methodStatic memberFromJsonT Creates a new instance of a CFX message of the type specified, using the JSON data provided
Public methodStatic memberFromTypeName Creates a new instance of a CFX message of the type specified in string format
Public methodToBytes Converts this message to a binary representation in UTF8 format
Public methodToJson Converts this message to a JSON formatting string
Top
See Also