ConnectionState Enum

Definition

Describes the current connection state.

C#
public enum ConnectionState
Inheritance
ConnectionState

Fields

Name Value Description
Disconnected 0

Represents that the state is not connected, and no connection attempt is in progress (Client), or not listening for incoming connections (Server).

Connecting 1

Represents connecting to server (Client), listening for incoming connections (Server), or performing connection handshake (Client/Server).

Connected 2

Represents fully connected, all communication channels established (Client/Server).

Applies to

Produit Versions
Mixed Reality OpenXR Plugin 1.4, 1.5, 1.6, 1.7, 1.9, 1.10, 1.11