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