CFXMessage Methods |
The CFXMessage type exposes the following members.
| Name | Description | |
|---|---|---|
| FromBytesT | Creates a new instance of a CFX message given a Type and an array of bytes assumed to be in UTF8 encoding | |
| FromJsonT | Creates a new instance of a CFX message of the type specified, using the JSON data provided | |
| FromTypeName | Creates a new instance of a CFX message of the type specified in string format | |
| ToBytes | Converts this message to a binary representation in UTF8 format | |
| ToJson | Converts this message to a JSON formatting string |