OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Types Summary | |
|---|---|
| EventType | |
| SubState | |
| AllowEvents | |
| Event | |
| SubscriptionState | |
| EventType_List | |
type charstring EventType;
type charstring SubState;
type record AllowEvents {
FieldName fieldName(ALLOW_EVENTS_E),
EventType_List eventTypes
}
type record Event {
FieldName fieldName(EVENT_E),
EventType eventType,
SemicolonParam_List eventParams optional
}
type record SubscriptionState {
FieldName fieldName(SUBSCRIPTION_STATE_E),
SubState subState,
SemicolonParam_List substateParams optional
}
type set of EventType EventType_List