Class 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.
Inheritance
Inherited Members
Namespace: WebSocketSubNot
Assembly: EidoLib.dll
Syntax
public static class SubNotMsgTypes
Fields
EventRequest
Request containing an EIDO JSON document. See Section 2.1.6.2 of NENA-STA-024.1a-2023.
Declaration
public const string EventRequest = "event"
Field Value
Type | Description |
---|---|
System.String |
EventResponse
Response to an event request. See Section 2.1.6.3.1 of NENA-STA-024.1a-2023.
Declaration
public const string EventResponse = "eventResponse"
Field Value
Type | Description |
---|---|
System.String |
SubscribeRequest
Subscribe request. See Section 2.1.5.1.1 of NENA-STA-024.1a-2023.
Declaration
public const string SubscribeRequest = "subscribe"
Field Value
Type | Description |
---|---|
System.String |
SubscribeResponse
Response to a subscribe request. See Section 2.1.5.1.2 of NENA-STA-024.1a-2023.
Declaration
public const string SubscribeResponse = "subscribeResponse"
Field Value
Type | Description |
---|---|
System.String |
TerminateRequest
Request to terminate a subscription. See Section 2.1.6.4 of NENA-STA-024.1a-2023.
Declaration
public const string TerminateRequest = "terminate"
Field Value
Type | Description |
---|---|
System.String |
TerminateResponse
Response to a request to terminate a subscription. See Section 2.1.6.5.1 of NENA-STA-024.1a-2023.
Declaration
public const string TerminateResponse = "terminateResponse"
Field Value
Type | Description |
---|---|
System.String |
UnscribeResponse
Response to an un-subscribe request. See Section 2.1.5.2.1 of NENA-STA-024.1a-2023.
Declaration
public const string UnscribeResponse = "unsubscribeResponse"
Field Value
Type | Description |
---|---|
System.String |
UnsubscribeRequest
Request to un-subscribe. See Section 2.1.5.2.1 of NENA-STA-024.1a-2023.
Declaration
public const string UnsubscribeRequest = "unsubscribe"
Field Value
Type | Description |
---|---|
System.String |