Class CallTransferDiscrepancyReport
Data class for the Call Transfer Discrepancy Report. See Sections 3.7.15 and E.2.1 of NENA-STA-010.3.
Inherited Members
Namespace: DiscrepancyReporting
Assembly: Ng911Lib.dll
Syntax
public class CallTransferDiscrepancyReport : DiscrepancyReport
Constructors
| Edit this page View SourceCallTransferDiscrepancyReport()
Default constructor.
Declaration
public CallTransferDiscrepancyReport()
Properties
| Edit this page View SourcecallId
The Emergency Call Identifier assigned to the call. Required.
Declaration
public string callId { get; set; }
Property Value
Type | Description |
---|---|
string |
destination
The Agency Identifier of the recipient of the transfer. Required.
Declaration
public string destination { get; set; }
Property Value
Type | Description |
---|---|
string |
incidentId
The Emergency Incident Identifier assigned to the call. Required.
Declaration
public string incidentId { get; set; }
Property Value
Type | Description |
---|---|
string |
origin
The Agency Identifier of the originator of the transfer. Required.
Declaration
public string origin { get; set; }
Property Value
Type | Description |
---|---|
string |
status
The status code received during the transfer attempt. Required.
Declaration
public string status { get; set; }
Property Value
Type | Description |
---|---|
string |