client | The Broker client whose subscriptions are to be obtained. |
n | The number of subscription structures. This parameter is used for output. |
subs | An array of subscription structures. This parameter is used for output. See
BrokerSubscription Objects for more information. |
Possible BrokerError major codes | Meaning |
AW_ERROR_INVALID_CLIENT | The client has been destroyed or disconnected. |
AW_ERROR_NULL_PARAM | The n or subs parameter is NULL. |