Class ElementStateChangeLogEvent
Data class for the ElementStateChangeLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged a SIP NOTIFY request is sent or received that indicates a change in an element's state.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class ElementStateChangeLogEvent : LogEvent
Constructors
| Edit this page View SourceElementStateChangeLogEvent()
Default constructor
Declaration
public ElementStateChangeLogEvent()
Properties
| Edit this page View SourceStateChangeNotificationContents
Contains the new element state.
Declaration
public string StateChangeNotificationContents { get; set; }
Property Value
Type | Description |
---|---|
string |
affectedElementId
Contains the element ID (FQDN) of the element whose state changed
Declaration
public string affectedElementId { get; set; }
Property Value
Type | Description |
---|---|
string |
direction
Must be set to either "incoming" or "outgoing". Required.
Declaration
public string direction { get; set; }
Property Value
Type | Description |
---|---|
string |
notificationContents
Contains the body of the notification message (SIP NOTIFY). Required.
Declaration
public string notificationContents { get; set; }
Property Value
Type | Description |
---|---|
string |