Static Public Attributes | List of all members
DeviceState Class Reference

States the device can be in. More...

Inherits object.

Static Public Attributes

int DeviceDisconnected = 2
 Device was disconnected (communication lost). More...
 
int DeviceImageGeometryChanged = 4
 Device width, height, plane number and/or data type changed. More...
 
int DeviceReconnect = 3
 Device was reconnected (communication regained). More...
 
int NewMetaData = 5
 New meta data arrived. More...
 

Detailed Description

States the device can be in.

Member Data Documentation

◆ DeviceDisconnected

int DeviceDisconnected = 2
static

Device was disconnected (communication lost).

◆ DeviceImageGeometryChanged

int DeviceImageGeometryChanged = 4
static

Device width, height, plane number and/or data type changed.

◆ DeviceReconnect

int DeviceReconnect = 3
static

Device was reconnected (communication regained).

◆ NewMetaData

int NewMetaData = 5
static

New meta data arrived.