Enums.ConnectionStatus enumeration

  • QML Enumeration List
  • Enums.ConnectionStatus enumeration
  • This describes the status of an object that attempts to maintain a persistent connection.

    The ConnectionStatus can be one of:

    ConstantDescription
    Enums.ConnectionStatusDisconnected(0) The connection is not open.
    Enums.ConnectionStatusConnecting(1) A connection with the remote endpoint has been initiated but is not yet complete.
    Enums.ConnectionStatusConnected(2) The connection is open. This is the initial state after the handshake has been completed.
    Enums.ConnectionStatusFailed(3) The connection has failed.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.