Uses of Interface
org.openhab.core.io.transport.modbus.PollTask
Packages that use PollTask
-
Uses of PollTask in org.openhab.core.io.transport.modbus
Methods in org.openhab.core.io.transport.modbus that return PollTaskModifier and TypeMethodDescriptionModbusCommunicationInterface.registerRegularPoll(ModbusReadRequestBlueprint request, long pollPeriodMillis, long initialDelayMillis, ModbusReadCallback resultCallback, ModbusFailureCallback<ModbusReadRequestBlueprint> failureCallback) Register regularly polled task.Methods in org.openhab.core.io.transport.modbus with parameters of type PollTaskModifier and TypeMethodDescriptionbooleanModbusCommunicationInterface.unregisterRegularPoll(PollTask task) Unregister regularly polled task If this communication interface is closed already, the method returns immediately with false return value