Package io.openems.edge.io.api
Interface DigitalInput
-
- All Superinterfaces:
OpenemsComponent
- All Known Implementing Classes:
DigitalInputOutput
,DummyInputOutput
,RevPiDigitalIoDevice
,Wago
,WeidmuellerUR20Impl
@ProviderType public interface DigitalInput extends OpenemsComponent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
DigitalInput.ChannelId
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleanReadChannel[]
digitalInputChannels()
Gets all Output Channels.-
Methods inherited from interface io.openems.edge.common.component.OpenemsComponent
_channel, _getChannelAs, alias, channel, channel, channels, debugLog, getComponentContext, getState, getStateChannel, hasFaults, id, isEnabled, serviceFactoryPid, servicePid
-
-
-
-
Method Detail
-
digitalInputChannels
BooleanReadChannel[] digitalInputChannels()
Gets all Output Channels.- Returns:
- array of
BooleanReadChannel
-
-