Class LocationResponseLogEvent
Data class for the LocationResponseLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged when a HELD response is sent or received.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class LocationResponseLogEvent : LogEvent
Constructors
| Edit this page View SourceLocationResponseLogEvent()
Default constructor
Declaration
public LocationResponseLogEvent()
Properties
| Edit this page View Sourcedirection
Set to either "incoming" or "outgoing". Required.
Declaration
public string direction { get; set; }
Property Value
Type | Description |
---|---|
string |
responseId
Contains a unique ID that links the response to the original request. Required.
Declaration
public string responseId { get; set; }
Property Value
Type | Description |
---|---|
string |
responseStatus
Set to 200 if there are no errors in the response or one of the error codes defined in Section 10.30 of NENA-STA-010.3.
Declaration
public string responseStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
text
Contains the body of the HELD response. Required.
Declaration
public string text { get; set; }
Property Value
Type | Description |
---|---|
string |