Class LoggingDiscrepancyReport
Data class for sent a Logging Discrepancy Report. See Sections 3.7.7 and E.2.1 of NENA-STA-010.3.
Inherited Members
Namespace: DiscrepancyReporting
Assembly: Ng911Lib.dll
Syntax
public class LoggingDiscrepancyReport : DiscrepancyReport
Constructors
| Edit this page View SourceLoggingDiscrepancyReport()
Default constructor.
Declaration
public LoggingDiscrepancyReport()
Properties
| Edit this page View SourcecallIdUrn
Set to the Emergency Call Identifier. Conditional: REQUIRED if problem relates to a specific call.
Declaration
public string callIdUrn { get; set; }
Property Value
Type | Description |
---|---|
string |
incidentIdUrn
Set to the Emergency Incident Tracking Identifier. Conditional: REQUIRED if problem relates to a specific incident.
Declaration
public string incidentIdUrn { get; set; }
Property Value
Type | Description |
---|---|
string |
problem
Identifies the problem with the SRS or event logging server. Must be set to the string equivalent of one of the values in the LoggingProblemEnum. Required.
Declaration
public string problem { get; set; }
Property Value
Type | Description |
---|---|
string |
request
Set to the The SIP INVITE or other request, or the LogEvent request, or the RetrieveLogEvent request Required.
Declaration
public string request { get; set; }
Property Value
Type | Description |
---|---|
string |
result
Set to the status code returned from the SIP request, the LogEvent request, or the RetrieveLogEvent request. Required.
Declaration
public string result { get; set; }
Property Value
Type | Description |
---|---|
string |