CVBpy 14.0
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.
 
int Disconnected = 2
 The Device object is currently disconnected from the remote hardware.
 
int NotSupported = 0
 Connection state handling is not supported by the Device.
 

Detailed Description

Current connection state of the Device.