client | The Broker client requesting the infoset names. |
event_type_name | The event type name whose infosets are to be obtained. |
n | Number of names in infoset_names. This parameter is used for output. |
infoset_names | An array of infoset names. This parameter is used for output. |
Possible BrokerError major codes | Meaning |
AW_ERROR_INVALID_CLIENT | The client has been disconnected or destroyed. |
AW_ERROR_NO_PERMISSION | The infoset_name is not set to "public" and the client does not have permission to publish or subscribe to the event type. |
AW_ERROR_NULL_PARAM | The event_type_name, n, or infoset_names parameter is NULL. |
AW_ERROR_UNKNOWN_EVENT_TYPE | The event_type_name does not exist on the Broker. |