Impact Acquire SDK Java
|
Defines valid flags for controlling the user access rights to the user data that can be stored in the devices non-volatile memory. More...
Static Public Attributes | |
static final int | udarFull = acquireJNI.udarFull_get() |
Combines all other flags. | |
static final int | udarPassword = acquireJNI.udarPassword_get() |
A password is needed to modify this entry. | |
static final int | udarRead = acquireJNI.udarRead_get() |
The user has read rights for this entry. | |
static final int | udarRW = acquireJNI.udarRW_get() |
Just combines mvIMPACT.acquire.TUserDataAccessRight.udarRead and mvIMPACT.acquire.TUserDataAccessRight.udarWrite. | |
static final int | udarWrite = acquireJNI.udarWrite_get() |
The user has principle write rights for this entry. | |
Defines valid flags for controlling the user access rights to the user data that can be stored in the devices non-volatile memory.
|
static |
Combines all other flags.
|
static |
A password is needed to modify this entry.
Even if mvIMPACT.acquire.TUserDataAccessRight.udarWrite is specified the user can only modify this entry if the correct password has been set.
|
static |
The user has read rights for this entry.
|
static |
|
static |
The user has principle write rights for this entry.
If mvIMPACT.acquire.TUserDataAccessRight.udarPassword is not set for this entry or the corresponding password has been set correctly, the user can modify the corresponding entry.