Class EidoDereferenceFactoryQueryResponseLogEvent
Logged when a response to an EIDO Dereference Factory request is sent or received. See Section 2.9.3 of NENA-STA-024.1a-2023.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class EidoDereferenceFactoryQueryResponseLogEvent : LogEvent
Constructors
| Edit this page View SourceEidoDereferenceFactoryQueryResponseLogEvent()
Constructor
Declaration
public EidoDereferenceFactoryQueryResponseLogEvent()
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 |
generatedURI
Identifies the URI that was generated by the EIDO Dereference Factory. Required if no error occurred and the responseError property is not set.
Declaration
public string generatedURI { get; set; }
Property Value
Type | Description |
---|---|
string |
peerId
For the server (direction = "outgoing") set to the client's ID. For the client (direction = "incoming", set to the ID of the server. Required.
Declaration
public string peerId { get; set; }
Property Value
Type | Description |
---|---|
string |
queryId
Sets or gets the query ID. Unique ID used for matching a response to the query. See Section 2.9 of NENA-STA-024.1a-2023. Required.
Declaration
public string queryId { get; set; }
Property Value
Type | Description |
---|---|
string |
responseError
Set to an error code from the Error Codes Registry in the case of an error. Required if the generatedURI property is not set.
Declaration
public string responseError { get; set; }
Property Value
Type | Description |
---|---|
string |
responseText
Set to text that describes the responseError.
Declaration
public string responseText { get; set; }
Property Value
Type | Description |
---|---|
string |