Class PurposeTypes
Static class that defines the values for the purpose parameter of Call-Info SIP headers used in NG9-1-1 applications.
Inherited Members
Namespace: Ng911Lib.Utilities
Assembly: Ng911Lib.dll
Syntax
public static class PurposeTypes
Fields
| Edit this page View SourceComment
Comment additional data schema. See RFC 7852.
Declaration
public const string Comment = "EmergencyCallData.Comment"
Field Value
Type | Description |
---|---|
string |
Control
Control additional data schema used in eCall and VEDS advanced automatic crash notification calls. See RFC 8147 and RFC 8148.
Declaration
public const string Control = "EmergencyCallData.Control"
Field Value
Type | Description |
---|---|
string |
DeviceInfo
Device information additional data schema. See RFC 7852.
Declaration
public const string DeviceInfo = "EmergencyCallData.DeviceInfo"
Field Value
Type | Description |
---|---|
string |
EcallMsd
E-Call Minimum Set Data schema used in Europe. See RFC 8147.
Declaration
public const string EcallMsd = "EmergencyCallData.eCall.MSD"
Field Value
Type | Description |
---|---|
string |
Eido
Emergency Incident Data Object (EIDO). See Section 4.7.4 of NENA-STA-010.3b
Declaration
public const string Eido = "emergency-eido"
Field Value
Type | Description |
---|---|
string |
NenaCallerInfo
Caller information additional data defined by NENA. See NENA-STA-012.2.
Declaration
public const string NenaCallerInfo = "EmergencyCallData.NENA-CallerInfo"
Field Value
Type | Description |
---|---|
string |
NenaLocationInfo
Location information additional data defined by NENA. See NENA-STA-012.2.
Declaration
public const string NenaLocationInfo = "EmergencyCallData.NENA-LocationInfo"
Field Value
Type | Description |
---|---|
string |
ProviderInfo
Provide information additional data schema. See RFC 7852.
Declaration
public const string ProviderInfo = "EmergencyCallData.ProviderInfo"
Field Value
Type | Description |
---|---|
string |
ServiceInfo
Service information additional data schema. See RFC 7852.
Declaration
public const string ServiceInfo = "EmergencyCallData.ServiceInfo"
Field Value
Type | Description |
---|---|
string |
SubscriberInfo
Subscriber information additional data schema. See RFC 7852.
Declaration
public const string SubscriberInfo = "EmergencyCallData.SubscriberInfo"
Field Value
Type | Description |
---|---|
string |
Veds
Vehicle emergency data set schema. See RFC 8148.
Declaration
public const string Veds = "EmergencyCallData.VEDS"
Field Value
Type | Description |
---|---|
string |