Class EidoTransmissionErrorLogEvent
Logged if an error in the process of sending or receiving an EIDO occurs. See Section 2.9.5 of NENA-STA-024.1a-2023.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class EidoTransmissionErrorLogEvent : LogEvent
Constructors
| Edit this page View SourceEidoTransmissionErrorLogEvent()
Constructor
Declaration
public EidoTransmissionErrorLogEvent()
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 |
peerId
If logged by the server then set to the ID of the client. If logged by the client then set to the ID of the server. Required.
Declaration
public string peerId { get; set; }
Property Value
Type | Description |
---|---|
string |
reasonCode
Set to the reason code for the failure. Must be set to one of the values listed in Section 3.4 of NENA-STA-024.1a-2023. Required.
Declaration
public string reasonCode { get; set; }
Property Value
Type | Description |
---|---|
string |
reasonText
Text that describes the reason for the failure. Required.
Declaration
public string reasonText { get; set; }
Property Value
Type | Description |
---|---|
string |
retries
Number of transmission attempts. Required.
Declaration
public int retries { get; set; }
Property Value
Type | Description |
---|---|
int |
transactionId
Transaction ID for the transmission request. Required.
Declaration
public string transactionId { get; set; }
Property Value
Type | Description |
---|---|
string |