Class NotifyEvent
Class for a notify event. See Section 2.1.6.2 of NENA-STA-024.1a-2023.
Inheritance
System.Object
NotifyEvent
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 NotifyEvent
Constructors
NotifyEvent()
Default constructor.
Declaration
public NotifyEvent()
Properties
Event
Body of the notify event. This property is initialized in the constructor.
Declaration
[JsonProperty("event")]
public NotifyEventObject Event { get; set; }
Property Value
Type | Description |
---|---|
NotifyEventObject |