client | The Broker client requesting the event type definition. |
event_type_name | The name of the event type whose definition is desired. |
type_def | The event type definition. This parameter is used for output. |
Possible BrokerError major codes | Meaning |
AW_ERROR_INVALID_CLIENT | The client has been destroyed or disconnected. |
AW_ERROR_NO_PERMISSION | The client does not have permission to publish or subscribe to event_type_name. |
AW_ERROR_NULL_PARAM | The event_type_def or type_def is NULL. |
AW_ERROR_UNKNOWN_EVENT_TYPE | The event type does not exist on the Broker. |