• Articles
  • Api Documentation
Search Results for

    Show / Hide Table of Contents
    • Ng911CadIfLib
      • CadIfConnectionStateDelegate
      • CadIfLoggingSettings
      • CadIfSubscriptionStateDelegate
      • CadIfWebSocketClient
      • EidoReceivedDelegateType
      • EidoRequestReceivedDelegate
      • EidoResponseSentDelegate
      • EidoRetrievalCallbackDelegate
      • MutualAuthenticationDelegate
      • NewSubscriptionDelegate
      • Ng911CadIfServer
      • SubscriptionEndedDelegate
      • WssConectionEndedDelegate
      • WssConnectionAcceptedDelegate
      • WssMessageReceivedDelegate
      • WssMessageSentDelegate

    Class CadIfLoggingSettings

    Class for specifying the settings for NG9-1-1 event logging for the Ng911CadIfServer class.

    Inheritance
    object
    CadIfLoggingSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ng911CadIfLib
    Assembly: Ng911CadIfLib.dll
    Syntax
    public class CadIfLoggingSettings

    Properties

    | Edit this page View Source

    AgencyAgentId

    Agent identifier of the agent within the Agency. Optional

    Declaration
    public string AgencyAgentId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    AgencyId

    AgencyId (Section 2.1.1 of NENA-STA-010.3) of the agency that logged the event. Required.

    Declaration
    public string AgencyId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    AgencyPositionId

    Identifier of the operator position that is handling the call. Optional

    Declaration
    public string AgencyPositionId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ElementId

    Element identifier (Section 2.1.3 of NENA-STA-010.3) of the element that logged the event. Required.

    Declaration
    public string ElementId { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX