Class DiscrepancyReportLogEvent
Data class for the DiscrepancyReportLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged when a discrepancy report is sent or received.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class DiscrepancyReportLogEvent : LogEvent
Constructors
| Edit this page View SourceDiscrepancyReportLogEvent()
Default constructor
Declaration
public DiscrepancyReportLogEvent()
Properties
| Edit this page View Sourcecontents
Contains the body of the report as a JSON string. Required.
Declaration
public string contents { get; set; }
Property Value
Type | Description |
---|---|
string |
direction
Must be set to either "incoming" or "outgoing". Required.
Declaration
public string direction { get; set; }
Property Value
Type | Description |
---|---|
string |
type
Identifies the name of the Discrepancy Reporting web service function that was called to make the report or response (DiscrepancyReportRequest, StatusUpdateResponse, etc.). Required.
Declaration
public string type { get; set; }
Property Value
Type | Description |
---|---|
string |