Impact Acquire SDK Java
TDevicePowerMode Class Reference

Defines the power mode for this device. More...

Static Public Attributes

static final int dpmOff = acquireJNI.dpmOff_get()
 This device is switched off.
 
static final int dpmOn = acquireJNI.dpmOn_get()
 This device is switched on.
 

Detailed Description

Defines the power mode for this device.

Member Data Documentation

◆ dpmOff

final int dpmOff = acquireJNI.dpmOff_get()
static

This device is switched off.

This might save a considerable amount of energy if the device isn't needed for a certain amount of time.

◆ dpmOn

final int dpmOn = acquireJNI.dpmOn_get()
static

This device is switched on.