The task handle associated with this task. This should always be the return value from IP_NserveInit.
A handle to a previously allocated message structure (using IP_MsgCreate) providing enough buffer space to handle the inter-process communication associated with the datahub transaction.
The name of the Cascade DataHub domain.
One of these:
| PT_FMT_ASCII | Constructs a humanly readable ASCII string (the default). |
| PT_FMT_BINARY | Encodes data as a raw binary representation, efficient for parsing. |
| PT_FMT_HEX | Encodes data as ASCII encoded hex. This is not a valuable format since it is more difficult to parse and less space efficient than binary, and it is more difficult for humans to read than regular ASCII. |
A return value containing error information. This is unimplemented in this version, and should be NULL.
This function sets a global variable that determines whether transmissions from the Cascade DataHub to a client will be in binary or ASCII format.