Class NotifyEventResponse
Class for the response message to a notify event. See Section 2.1.6.3.1 of NENA-STA-024.1a-2023.
Inheritance
System.Object
NotifyEventResponse
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 NotifyEventResponse
Constructors
NotifyEventResponse()
Constructor
Declaration
public NotifyEventResponse()
Properties
eventResponse
Contains the body of the response message. This property is initialized in the constructor.
Declaration
public NotifyEventResponseObject eventResponse { get; set; }
Property Value
Type | Description |
---|---|
NotifyEventResponseObject |