Class AliLocationResponseLogEvent
Data class for the AliLocationResponseLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged when a LSRG receives a response to an ALI request
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class AliLocationResponseLogEvent : LogEvent
Constructors
| Edit this page View SourceAliLocationResponseLogEvent()
Default constructor
Declaration
public AliLocationResponseLogEvent()
Properties
| Edit this page View Sourcedirection
Must be set to "incoming" or "outgoing". Required.
Declaration
public string direction { get; set; }
Property Value
Type | Description |
---|---|
string |
responseId
Used to link the response to an ALI query request. Required.
Declaration
public string responseId { get; set; }
Property Value
Type | Description |
---|---|
string |
responseStatus
Malformed, invalid, or responses not received from the server are logged in the “responseStatus” member that contains a status code from the Status Codes Registry defined in Section 10.29 of NENA-STA-010.3.
Declaration
public string responseStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
text
Contains the full ALI response message. The STX and ETX characters must not be included. Required.
Declaration
public string text { get; set; }
Property Value
Type | Description |
---|---|
string |