Impact Acquire SDK Java
|
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. | |
Defines valid device access modes.
|
static |
Requested or obtained control access to the device.
Properties can be read and changed, other applications might establish read access.
|
static |
Requested or obtained exclusive access to the device.
Properties can be read and changed, other applications can't establish access to the device.
|
static |
No access to the device.
|
static |
Requested or obtained read access to the device.
Properties can be read but can't be changed.
|
static |
Unknown device access mode.