| Package | Description |
|---|---|
| com.github.mob41.blapi.dev.hysen |
| Modifier and Type | Field and Description |
|---|---|
protected LoopMode |
BaseStatusInfo.loopMode |
| Modifier and Type | Method and Description |
|---|---|
static LoopMode |
LoopMode.fromValue(byte val) |
LoopMode |
BaseStatusInfo.getLoopMode()
loopMode refers to index in [ "12345,67", "123456,7", "1234567" ] E.g.
|
static LoopMode |
LoopMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoopMode[] |
LoopMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseHysenDevice.setAdvancedOptions(LoopMode loopMode,
SensorControl sensor,
short osv,
short dif,
short svh,
short svl,
double adj,
AntiFreezing antiFreeze,
PowerOnMemory poweron) |
void |
BaseHysenDevice.setMode(boolean autoMode,
LoopMode loopMode)
Change controller mode auto_mode = 1 for auto (scheduled/timed) mode, 0 for
manual mode.
|
void |
BaseHysenDevice.setMode(boolean autoMode,
LoopMode loopMode,
SensorControl sensorControl)
Change controller mode auto_mode = 1 for auto (scheduled/timed) mode, 0 for
manual mode.
|
Copyright © 2018. All rights reserved.