Class LisDiscrepancyReport
Data class for the LIS Discrepancy Report. See Sections 3.7.12 and E.2.1 of NENA-STA-010.3.
Inherited Members
Namespace: DiscrepancyReporting
Assembly: Ng911Lib.dll
Syntax
public class LisDiscrepancyReport : DiscrepancyReport
Constructors
| Edit this page View SourceLisDiscrepancyReport()
Default constructor.
Declaration
public LisDiscrepancyReport()
Properties
| Edit this page View SourcelocationUrn
The location reference. Conditional: REQUIRED when a location was returned by reference.
Declaration
public string locationUrn { get; set; }
Property Value
Type | Description |
---|---|
string |
ownLocationRequest
The request sent by a device for its own location. Conditional: REQUIRED when the problem is OwnLocationUnavailable.
Declaration
public string ownLocationRequest { get; set; }
Property Value
Type | Description |
---|---|
string |
pidfLo
The (possibly badly formed) PIDF-LO. Conditional: REQUIRED for BadPIDFLO, SHOULD be supplied when a location was returned by value.
Declaration
public string pidfLo { get; set; }
Property Value
Type | Description |
---|---|
string |
problem
Specifies the problem. Must be set to the string equivalent of one of the values in the LisProblemEnum. Required.
Declaration
public string problem { get; set; }
Property Value
Type | Description |
---|---|
string |