Class AgentStateChangeLogEvent
Data class for the AgentStateChangeLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged when an element detects a change in agent state.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class AgentStateChangeLogEvent : LogEvent
Constructors
| Edit this page View SourceAgentStateChangeLogEvent()
Default constructor
Declaration
public AgentStateChangeLogEvent()
Properties
| Edit this page View SourcedeviceId
If the device whose state has changed is not the element identified in the header field, the identifier of the device MUST be included in a “deviceID” member.
Declaration
public string deviceId { get; set; }
Property Value
Type | Description |
---|---|
string |
primaryAgentState
Must be set to either "Available" or "NotAvailable". Required.
Declaration
public string primaryAgentState { get; set; }
Property Value
Type | Description |
---|---|
string |
secondaryAgentState
Must be set to one of the values defined in the Agent States Registry defined in Section 10.36 of NENA-STA-010.3.
Declaration
public string secondaryAgentState { get; set; }
Property Value
Type | Description |
---|---|
string |