JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.openhab.core.io.transport.modbus.TaskWithEndpoint
Packages that use
TaskWithEndpoint
Package
Description
org.openhab.core.io.transport.modbus
Uses of
TaskWithEndpoint
in
org.openhab.core.io.transport.modbus
Subinterfaces of
TaskWithEndpoint
in
org.openhab.core.io.transport.modbus
Modifier and Type
Interface
Description
interface
PollTask
Poll task represents Modbus read request Must be hashable.
interface
WriteTask
Poll task represents Modbus write request Unlike
PollTask
, this does not have to be hashable.