Impact Acquire SDK Java
TUserDataAccessRight Class Reference

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.
 

Detailed Description

Defines valid flags for controlling the user access rights to the user data that can be stored in the devices non-volatile memory.

Member Data Documentation

◆ udarFull

final int udarFull = acquireJNI.udarFull_get()
static

Combines all other flags.

◆ udarPassword

final int udarPassword = acquireJNI.udarPassword_get()
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.

◆ udarRead

final int udarRead = acquireJNI.udarRead_get()
static

The user has read rights for this entry.

◆ udarRW

final int udarRW = acquireJNI.udarRW_get()
static

◆ udarWrite

final int udarWrite = acquireJNI.udarWrite_get()
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.