Class LostResponseLogEvent
Data class for the LostResponseLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged when a LoST (RFC 5222) response is sent or received.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class LostResponseLogEvent : LogEvent
Constructors
| Edit this page View SourceLostResponseLogEvent()
Default constructor
Declaration
public LostResponseLogEvent()
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 |
malformedResponse
Set to the malformed XML LoST response if the element is logging a malformed response it has received.
Declaration
public string malformedResponse { get; set; }
Property Value
Type | Description |
---|---|
string |
responseAdapter
Contains the entire LoST response XML document. Required.
Declaration
public string responseAdapter { get; set; }
Property Value
Type | Description |
---|---|
string |
responseId
Links this response to a LosT query. Required.
Declaration
public string responseId { get; set; }
Property Value
Type | Description |
---|---|
string |