Class AdditionalDataResponseLogEvent
Data class for the AdditionalDataResponseLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged when a response to an Additional Data Request is received or sent.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class AdditionalDataResponseLogEvent : LogEvent
Constructors
| Edit this page View SourceAdditionalDataResponseLogEvent()
Default constructor
Declaration
public AdditionalDataResponseLogEvent()
Properties
| Edit this page View Sourcedirection
Set to “outgoing” or “incoming”. Required.
Declaration
public string direction { get; set; }
Property Value
Type | Description |
---|---|
string |
responseId
Used to match the response to the queryId of the query. Required.
Declaration
public string responseId { get; set; }
Property Value
Type | Description |
---|---|
string |
responseStatus
Set to one of the status codes specified in 10.29 of NENA-STA-010.3. Required.
Declaration
public string responseStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
text
Contains the body of the response. Required.
Declaration
public string text { get; set; }
Property Value
Type | Description |
---|---|
string |