Class AliLocationQueryLogEvent
Data class for the AliLocationQueryLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged by a LSRG when a legacy ALI location request is sent.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class AliLocationQueryLogEvent : LogEvent
Constructors
| Edit this page View SourceAliLocationQueryLogEvent()
Default constructor
Declaration
public AliLocationQueryLogEvent()
Properties
| Edit this page View Sourcedirection
Must be set to either "incoming" or "outgoing". Required.
Declaration
public string direction { get; set; }
Property Value
Type | Description |
---|---|
string |
queryId
The “queryId” member is used to relate the request to the response.The queryId is generated locally, MUST be globally unique, and it is suggested that it be of the form: “urn:emergency:uid:queryid:’globally unique id’”. Required.
Declaration
public string queryId { get; set; }
Property Value
Type | Description |
---|---|
string |
text
Contains the text of the ALI location request. Required.
Declaration
public string text { get; set; }
Property Value
Type | Description |
---|---|
string |