DH_SetReceiveFormat
DH_SetReceiveFormat — sets DataHub-to-client transmissions to binary or ASCII.
Syntax
#include <cogent.h>
ST_STATUS DH_SetReceiveFormat( | IP_Task* | myself, |
| | IP_Msg* | hmsg, |
| | char* | domain, |
| | int | flag, |
| | ER_hLIST | elist); |
Arguments
- myself
- The
task handle associated with this task. This should always be
the return value from IP_NserveInit.
- hmsg
- 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.
- domain
- The name of the Cascade DataHub domain.
- flag
One of these:
- elist
- A
return value containing error information. This is unimplemented in this
version, and should be NULL.
Returns
ST_OK on
success, ST_ERROR on failure, or some other
value of ST_STATUS.
Description
This function sets a global
variable that determines whether transmissions from the Cascade DataHub
to a client will be in binary or ASCII format.