public interface DigitalInputWaitNodeConfig extends WaitNodeConfig
WaitNodeConfig.ConfigType
Modifier and Type | Method and Description |
---|---|
DigitalInputSelection |
getInputSelection() |
boolean |
getValueToWaitFor()
Depending on the type of input this is interpreted in different ways.
|
getConfigType
DigitalInputSelection getInputSelection()
boolean getValueToWaitFor()
true
means the input to wait for must be HIGH,
false
means the input to wait for must be LOW.
For boolean registers the value is interpreted literally.Copyright © 2021. All rights reserved.