Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: MAXREFDES131_Qt_Demo MAX32630FTHR_iButton_uSD_Logger MAX32630FTHR_DS18B20_uSD_Logger MAXREFDES130_131_Demo ... more
MultidropRomIterator Class Reference
Iterator for a multidrop 1-Wire bus. More...
#include <RomIterator.h>
Inherits OneWire::RandomAccessRomIterator.
| Public Member Functions | |
| MultidropRomIterator (OneWireMaster &master) | |
| virtual OneWireMaster::CmdResult | selectDevice (const RomId &romId) | 
| Select the device with the given ROM ID. | |
| OneWireMaster & | master () const | 
| The 1-Wire master used to issue ROM commands. | |
Detailed Description
Iterator for a multidrop 1-Wire bus.
Definition at line 131 of file RomIterator.h.
Constructor & Destructor Documentation
| MultidropRomIterator | ( | OneWireMaster & | master ) | 
- Parameters:
- 
  master 1-Wire master to use to issue ROM commands. 
Definition at line 135 of file RomIterator.h.
Member Function Documentation
| OneWireMaster& master | ( | ) | const  [inherited] | 
The 1-Wire master used to issue ROM commands.
Definition at line 57 of file RomIterator.h.
| OneWireMaster::CmdResult selectDevice | ( | const RomId & | romId ) |  [virtual] | 
Select the device with the given ROM ID.
Implements RandomAccessRomIterator.
Definition at line 76 of file RomIterator.cpp.
Generated on Tue Jul 12 2022 15:46:21 by
 1.7.2
 1.7.2