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
Properties
| Edit this page View SourcesecurityPosture
CONDITIONAL If the service maintains Security Posture, the field MUST be present. Otherwise, it is omitted.
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 |