Impact Acquire SDK Java
TRTCtrlModes Class Reference

Defines valid RTCtrl Modes. More...

Static Public Attributes

static final int rtctrlModeRun = acquireJNI.rtctrlModeRun_get()
 RTC switched on and NOT editable.
 
static final int rtctrlModeRunRestart = acquireJNI.rtctrlModeRunRestart_get()
 RTC switched on and restart after changes.
 
static final int rtctrlModeStop = acquireJNI.rtctrlModeStop_get()
 RTC switched off and editable.
 

Detailed Description

Defines valid RTCtrl Modes.

Member Data Documentation

◆ rtctrlModeRun

final int rtctrlModeRun = acquireJNI.rtctrlModeRun_get()
static

RTC switched on and NOT editable.

◆ rtctrlModeRunRestart

final int rtctrlModeRunRestart = acquireJNI.rtctrlModeRunRestart_get()
static

RTC switched on and restart after changes.

◆ rtctrlModeStop

final int rtctrlModeStop = acquireJNI.rtctrlModeStop_get()
static

RTC switched off and editable.