Modifier and Type | Method and Description |
---|---|
static void |
ScDllWrapper.scGetDaemonPar(int par,
ScOneInt out)
Retrieves one of the integer or boolean parameters available in the
Daemon's configuration file "daemon.ini".
|
static void |
ScDllWrapper.scGetLcd(int devIdx,
ScOneInt out)
Gets the LCD's brightness.
|
static void |
ScDllWrapper.scGetLed(int devIdx,
int ledNo,
ScOneInt out)
Gets the brightness of a single LED.
|
static void |
ScDllWrapper.scGetNullRad(int devIdx,
ScOneInt out)
Retrieves the device's null radius (threshold).
|
static void |
ScDllWrapper.scGetXRotSens(int devIdx,
ScOneInt out)
Retrieves the device's sensitivity for the x-rotation.
|
static void |
ScDllWrapper.scGetXTraSens(int devIdx,
ScOneInt out)
Retrieves the device's sensitivity for the x-translation.
|
static void |
ScDllWrapper.scGetYRotSens(int devIdx,
ScOneInt out)
Retrieves the device's sensitivity for the y-rotation.
|
static void |
ScDllWrapper.scGetYTraSens(int devIdx,
ScOneInt out)
Retrieves the device's sensitivity for the y-translation.
|
static void |
ScDllWrapper.scGetZRotSens(int devIdx,
ScOneInt out)
Retrieves the device's sensitivity for the z-rotation.
|
static void |
ScDllWrapper.scGetZTraSens(int devIdx,
ScOneInt out)
Retrieves the SC device's sensitivity for the z-translation.
|
static void |
ScDllWrapper.scSetDaemonPar(int par,
ScOneInt inout)
Sets one of the integer or boolean parameters available in the Daemon's
configuration file "daemon.ini".
|
static void |
ScDllWrapper.scSetDsplString(int devIdx,
int row,
java.lang.String text,
ScOneInt out)
Sets a line of text into the display.
|
static void |
ScDllWrapper.scSetLcd(int devIdx,
ScOneInt inout)
Sets and retrieves the LCD's brightness.
|
static void |
ScDllWrapper.scSetLed(int devIdx,
int ledNo,
ScOneInt inout)
Sets and retrieves the brightness of a single LED.
|
static void |
ScDllWrapper.scSetMode(ScOneInt in)
This function is for internal use only - do not call it.
|
static void |
ScDllWrapper.scSetNullRad(int devIdx,
ScOneInt inout)
Sets and retrieves the device's null radius (threshold).
|
static void |
ScDllWrapper.scSetXRotSens(int devIdx,
ScOneInt inout)
Sets and retrieves the device's sensitivity for the x-axis' rotation.
|
static void |
ScDllWrapper.scSetXTraSens(int devIdx,
ScOneInt inout)
Sets and retrieves the SC device's sensitivity for the x-axis'
translation.
|
static void |
ScDllWrapper.scSetYRotSens(int devIdx,
ScOneInt inout)
Sets and retrieves the device's sensitivity for the y-axis' rotation.
|
static void |
ScDllWrapper.scSetYTraSens(int devIdx,
ScOneInt inout)
Sets and retrieves the device's sensitivity for the y-axis' translation.
|
static void |
ScDllWrapper.scSetZRotSens(int devIdx,
ScOneInt inout)
Sets and retrieves the device's sensitivity for the z-axis' rotation.
|
static void |
ScDllWrapper.scSetZTraSens(int devIdx,
ScOneInt inout)
Sets and retrieves the device's sensitivity for the z-axis' translation.
|