| Interface | Description |
|---|---|
| DriverItem |
Super-interface for all items provided to the drivers.
|
| ReadItem |
A
ReadItem represents an address to read from the underlying device and provides a callback to use when the
value is read. |
| SubscriptionItem |
A SubscriptionItem represents a single address to be subscribed by a Driver.
|
| WriteItem |
A WriteItem represents an address and a value to write to an underlying device or data store.
|
| Class | Description |
|---|---|
| AbstractDriverItem |