Static Public Attributes | List of all members
ConnectionState Class Reference

Current connection state of the Device. More...

Inherits object.

Static Public Attributes

int Connected = 1
 The Device object is currently connected to the remote hardware. More...
 
int Disconnected = 2
 The Device object is currently disconnected from the remote hardware. More...
 
int NotSupported = 0
 Connection state handling is not supported by the Device. More...
 

Detailed Description

Current connection state of the Device.

Member Data Documentation

◆ Connected

int Connected = 1
static

The Device object is currently connected to the remote hardware.

◆ Disconnected

int Disconnected = 2
static

The Device object is currently disconnected from the remote hardware.

◆ NotSupported

int NotSupported = 0
static

Connection state handling is not supported by the Device.