Click or drag to resize
SoRemoteVizClientServiceMessageEventArgStates Enumeration

Namespace: OIV.RemoteViz.Clients.Nodes
Assembly: OIV.RemoteViz.Client (in OIV.RemoteViz.Client.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public enum States
Members
  Member nameValueDescription
CONNECTED0

Connected to the service.

DISCONNECTED1

Disconnected from the service.

START_NETWORK_CALIBRATION2

The network calibration is started.

FINISH_NETWORK_CALIBRATION3

The network calibration is finished.

START_BANDWIDTH_CALIBRATION4

The network bandwidth calibration is started.

FINISH_BANDWIDTH_CALIBRATION5

The network bandwidth calibration is finished.

START_LATENCY_CALIBRATION6

The network latency calibration is started.

FINISH_LATENCY_CALIBRATION7

The network latency calibration is finished.

PENDING_NETWORK_CALIBRATION8

The network calibration is pending.

Another connection is currently performing it.

Remarks