Class McsDiscrepancyReport
Data class for the MSAG Conversion Service (MCS) Discrepancy Report. See Sections 3.7.16 and E.2.1 of NENA-STA-010.3.
Inherited Members
Namespace: DiscrepancyReporting
Assembly: Ng911Lib.dll
Syntax
public class McsDiscrepancyReport : DiscrepancyReport
Constructors
| Edit this page View SourceMcsDiscrepancyReport()
Default constructor.
Declaration
public McsDiscrepancyReport()
Properties
| Edit this page View Sourcemsag
The MSAG supplied to MSAGtoPIDFLO, or received from PIDFLOtoMSAG. Required.
Declaration
public string msag { get; set; }
Property Value
Type | Description |
---|---|
string |
pidfLo
The PIDF-LO supplied to PIDFLOtoMSAG, or received from MSAGtoPIDFLO. Required.
Declaration
public string pidfLo { get; set; }
Property Value
Type | Description |
---|---|
string |
referral
Referral value received from the MCS. Conditional: REQUIRED when a Referral to another MCS was returned.
Declaration
public string referral { get; set; }
Property Value
Type | Description |
---|---|
string |
serviceCall
Specifies the service requested. Must be either PIDFLOtoMSAG or MSAGtoPIDFLO. Required.
Declaration
public string serviceCall { get; set; }
Property Value
Type | Description |
---|---|
string |
statusCode
The status code received from the conversion attempt. Required.
Declaration
public string statusCode { get; set; }
Property Value
Type | Description |
---|---|
string |