Namespace WebSocketSubNot
Classes
NotifyEvent
Class for a notify event. See Section 2.1.6.2 of NENA-STA-024.1a-2023.
NotifyEventObject
Class for the body of a NotifyEvent message. See Section 2.1.6.2 of NENA-STA-024.1a-2023.
NotifyEventResponse
Class for the response message to a notify event. See Section 2.1.6.3.1 of NENA-STA-024.1a-2023.
NotifyEventResponseObject
Class for the body of an event response message. See Section 2.1.6.3.1 of NENA-STA-024.1a-2023.
SubNotMsgTypes
Class that defines all of the messages types for the EIDO conveyance subscribe/notify interface. See Section 2.1.5 of NENA-STA-024.1a-2023.
SubscribeObject
Class for the subscription request object. See Section 2.1.5.1 of NENA-STA-024.1a-2023.
SubscribeRequest
Class for a subscription request. See Section 2.1.5.1 of NENA-STA-024.1a-2023. A subscriber (for example a CAD system) sends a subscribe request to a notifier (for example a PSAP CPE call handling functional element) to subscribe to one or all incidents. The notifier will respond with a SubscribeResponse message object.
SubscribeResponse
Class for a subscribe response.
SubscribeResponseObject
Class for the body of the subscribe response.
TerminateRequest
Class for the terminate message. See Section 2.1.6.4 of NENA-STA-024.1a-2023.
TerminateRequestObject
Class for the body of a terminate request. See Section 2.1.6.4 of NENA-STA-024.1a-2023. The notifier sends this message to a subscriber and the subscriber responds with a terminate response message (TerminateResponse class).
TerminateResponse
Class for the terminate response message. See Section 2.1.6.5 of NENA-STA-024.1a-2023. The subscriber sends this response message to the notifier when it receives the TerminateRequest message.
TerminateResponseObject
Class for the body of the TerminateResponse message. See Section 2.1.6.5 of NENA-STA-024.1a-2023.
UnsubscribeObject
Class for the body of the unsubscribe request. See Section 2.1.5.2 of NENA-STA-024.1a-2023.
UnsubscribeRequest
Class for the unsubscribe request. See Section 2.1.5.2 of NENA-STA-024.1a-2023.
UnsubscribeResponse
Class for the unsubscribe response message. See Section 2.1.5.2.2 of NENA-STA-024.1a-2023.
UnsubscribeResponseObject
Class for the body of the unsubscribe response message. See Section 2.1.5.2.2 of NENA-STA-024.1a-2023.
Enums
NotifyEventResponseEnum
Enumeration of the allowed values for the statusCode property of the NotifyEventResponseObject.
SubscribeResponseCodeEnum
Enum of the allowable values for the statusCode property of the SubscribeResponseObject.
TerminateResponseCodeEnum
Enumeration of the allowed values for the statusCode property of the TerminateResponseObject class.
UnsubscribeResponseCodeEnum
Enumeration of allowed values of the statusCode property of the UnsubscribeResponseObject. See Section 2.1.5.2.2.1 of NENA-STA-024.1a-2023.