Modifier and Type | Method and Description |
---|---|
static LucidControlDO4.LCDO4Mode |
LucidControlDO4.LCDO4Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LucidControlDO4.LCDO4Mode[] |
LucidControlDO4.LCDO4Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IoReturn |
LucidControlDO4.getParamMode(int channel,
LucidControlDO4.LCDO4Mode[] mode)
Get the Configuration Parameter "Mode" of the digital output channel.
|
IoReturn |
LucidControlDO4.setParamMode(int channel,
boolean persistent,
LucidControlDO4.LCDO4Mode mode)
Set the Configuration Parameter "Mode" of the digital output channel.
|