Class 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.
Inheritance
System.Object
SubscribeRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: WebSocketSubNot
Assembly: EidoLib.dll
Syntax
public class SubscribeRequest
Constructors
SubscribeRequest()
Default constructor.
Declaration
public SubscribeRequest()
Fields
subscribe
Body of the subscribe request. This property is initialized in the constructor.
Declaration
public SubscribeObject subscribe
Field Value
Type | Description |
---|---|
SubscribeObject |