![]() |
OneWire Library for Arduino
version: 1.0.0
|
Iterates though 1-Wire devices on the bus using random selection by ROM ID. More...
#include <RomIterator.h>
Public Member Functions | |
RandomAccessRomIterator (OneWireMaster &master) | |
virtual OneWireMaster::CmdResult | selectDevice (const RomId &romId)=0 |
Select the device with the given ROM ID. More... | |
![]() | |
virtual | ~RomIterator () |
OneWireMaster & | master () const |
The 1-Wire master used to issue ROM commands. More... | |
Additional Inherited Members | |
![]() | |
RomIterator (OneWireMaster &master) | |
Iterates though 1-Wire devices on the bus using random selection by ROM ID.
|
inline |
master | 1-Wire master to use to issue ROM commands. |
|
pure virtual |
Select the device with the given ROM ID.
Implemented in OneWire::MultidropRomIteratorWithResume, OneWire::MultidropRomIterator, and OneWire::SingledropRomIterator.