Class ServiceState
Data class for the I3 Service state NOTIFY body. See Section 2.4.2 and Section E.11.3.4 of NENA-STA-010.3.
Inherited Members
Namespace: I3SubNot
Assembly: Ng911Lib.dll
Syntax
public class ServiceState
Fields
| Edit this page View SourceEventName
Event type for the I3V3 Service State event. See Section 2.4.2 of NENA-STA-010.3.
This is the value that must be in the Event SIP header for a SIP SUBSCRIBE or a NOTIFY request
Declaration
public const string EventName = "emergency-ServiceState"
Field Value
| Type | Description |
|---|---|
| string |
Properties
| Edit this page View SourcesecurityPosture
CONDITIONAL -- If the service maintains Security Posture, the field MUST be present. Otherwise, it is omitted. The default value is null.
Declaration
public SecurityPostureType securityPosture { get; set; }
Property Value
| Type | Description |
|---|---|
| SecurityPostureType |
service
Identifies the service. Required.
Declaration
public ServiceType service { get; set; }
Property Value
| Type | Description |
|---|---|
| ServiceType |
serviceState
Contains the state information for the service. Required.
Declaration
public ServiceStateType serviceState { get; set; }
Property Value
| Type | Description |
|---|---|
| ServiceStateType |