Impact Acquire SDK Java
TDeviceAccessMode Class Reference

Defines valid device access modes. More...

Static Public Attributes

static final int damControl = acquireJNI.damControl_get()
 Requested or obtained control access to the device.
 
static final int damExclusive = acquireJNI.damExclusive_get()
 Requested or obtained exclusive access to the device.
 
static final int damNone = acquireJNI.damNone_get()
 No access to the device.
 
static final int damRead = acquireJNI.damRead_get()
 Requested or obtained read access to the device.
 
static final int damUnknown = acquireJNI.damUnknown_get()
 Unknown device access mode.
 

Detailed Description

Defines valid device access modes.

Member Data Documentation

◆ damControl

final int damControl = acquireJNI.damControl_get()
static

Requested or obtained control access to the device.

Properties can be read and changed, other applications might establish read access.

◆ damExclusive

final int damExclusive = acquireJNI.damExclusive_get()
static

Requested or obtained exclusive access to the device.

Properties can be read and changed, other applications can't establish access to the device.

◆ damNone

final int damNone = acquireJNI.damNone_get()
static

No access to the device.

◆ damRead

final int damRead = acquireJNI.damRead_get()
static

Requested or obtained read access to the device.

Properties can be read but can't be changed.

◆ damUnknown

final int damUnknown = acquireJNI.damUnknown_get()
static

Unknown device access mode.