Static Public Attributes | List of all members
State Class Reference

The possible states the GevServer can be in. More...

Inherits object.

Static Public Attributes

int AcquisitionEnabled = 3
 Acquisition enabled state. More...
 
int Configuration = 0
 Configuration state. More...
 
int Connected = 2
 Connected to remote client. More...
 
int Disconnected = 1
 Disconnected from remote client. More...
 

Detailed Description

The possible states the GevServer can be in.

Member Data Documentation

◆ AcquisitionEnabled

int AcquisitionEnabled = 3
static

Acquisition enabled state.

◆ Configuration

int Configuration = 0
static

Configuration state.

◆ Connected

int Connected = 2
static

Connected to remote client.

◆ Disconnected

int Disconnected = 1
static

Disconnected from remote client.