awGetClientConnectionDescriptor
BrokerError awGetClientConnectionDescriptor(
BrokerClient client,
BrokerConnectionDescriptor *desc);
client | The Broker client whose connection descriptor is to be returned. |
desc | The Broker client's connection descriptor. This parameter is used for output. |
Obtains the connection descriptor for client and returns it in desc. If a NULL descriptor argument was passed to awNewBrokerClient when client was created, then a descriptor which matches the default connection descriptor behavior is retrieved.
Note:
This function cannot be used to get the actual Broker settings for a connection descriptor.
Possible BrokerError major codes | Meaning |
AW_ERROR_INVALID_CLIENT | The client is not valid. |
AW_ERROR_NULL_PARAM | The parameter desc is NULL. |
See also: