• 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

    Delegate EidoReceivedDelegateType

    Delegate type for the EidoReceived event of the CadIfWebSocketClient class.

    Namespace: Ng911CadIfLib
    Assembly: Ng911CadIfLib.dll
    Syntax
    public delegate void EidoReceivedDelegateType(EidoType eido, string strServerUri)
    Parameters
    Type Name Description
    EidoType eido

    EIDO that was received

    string strServerUri

    URI of the server that the CadIfWebSocketClient is connected to.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX