Class ServiceType
Contains service identity data.
Inherited Members
Namespace: I3SubNot
Assembly: Ng911Lib.dll
Syntax
public class ServiceType
Fields
| Edit this page View SourceADR
Additional Data Repository (if hosted on an ESInet)
Declaration
public const string ADR = "ADR"
Field Value
| Type | Description |
|---|---|
| string |
Bridge
Conference bridge
Declaration
public const string Bridge = "Bridge"
Field Value
| Type | Description |
|---|---|
| string |
ECRF
Emergency Call Routing Function
Declaration
public const string ECRF = "ECRF"
Field Value
| Type | Description |
|---|---|
| string |
ESRP
Emergency Service Routing Proxy
Declaration
public const string ESRP = "ESRP"
Field Value
| Type | Description |
|---|---|
| string |
GCS
Geocode Conversion Service
Declaration
public const string GCS = "GCS"
Field Value
| Type | Description |
|---|---|
| string |
IMR
Interactive Media Response Service
Declaration
public const string IMR = "IMR"
Field Value
| Type | Description |
|---|---|
| string |
LVF
Location Validation Function
Declaration
public const string LVF = "LVF"
Field Value
| Type | Description |
|---|---|
| string |
Logging
Logging Service
Declaration
public const string Logging = "Logging"
Field Value
| Type | Description |
|---|---|
| string |
MCS
MSAG Conversion Service
Declaration
public const string MCS = "MCS"
Field Value
| Type | Description |
|---|---|
| string |
MDS
Mapping Data Service
Declaration
public const string MDS = "MDS"
Field Value
| Type | Description |
|---|---|
| string |
PSAP
Public Service Answering Point
Declaration
public const string PSAP = "PSAP"
Field Value
| Type | Description |
|---|---|
| string |
PolicyStore
Policy Store
Declaration
public const string PolicyStore = "PolicyStore"
Field Value
| Type | Description |
|---|---|
| string |
SAL
Service/Agency Locator
Declaration
public const string SAL = "SAL"
Field Value
| Type | Description |
|---|---|
| string |
ServiceTypeValues
Allowable values for the name property of the ServiceType class.
Declaration
public static readonly string[] ServiceTypeValues
Field Value
| Type | Description |
|---|---|
| string[] |
Properties
| Edit this page View Sourcedomain
Service Identifier. Required.
Must be in the format specified in Section 2.1.5 of NENA-STA-010.3b. For example: psap.allegheny.pa.us
Declaration
public string domain { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
name
Name of the service that specifies the type of service. Required.
Must be one of the values from the serviceNames registry. See Section 10.11 of NENA-STA-010.3. Allowable values: ADR, Bridge, ECRF, ESRP, GCS, IMR, Logging, LVF, MCS, MDS, PolicyStore, PSAP, SAL.
Use the constant field values defined by this class. For example: ServiceType.PSAP
Declaration
public string name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
serviceId
Service Identifier. Optional.
Service Identifier, if specified MUST be set to the same value as domain. See Section 2.4.2 of NENA-STA-010.3f.
Declaration
public string serviceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |