OneWire Library for Arduino  version: 1.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator
OneWire::MultidropRomIterator Class Reference

Iterator for a multidrop 1-Wire bus. More...

#include <RomIterator.h>

Inheritance diagram for OneWire::MultidropRomIterator:
OneWire::RandomAccessRomIterator OneWire::RomIterator

Public Member Functions

 MultidropRomIterator (OneWireMaster &master)
 
virtual OneWireMaster::CmdResult selectDevice (const RomId &romId)
 Select the device with the given ROM ID. More...
 
- Public Member Functions inherited from OneWire::RandomAccessRomIterator
 RandomAccessRomIterator (OneWireMaster &master)
 
- Public Member Functions inherited from OneWire::RomIterator
virtual ~RomIterator ()
 
OneWireMastermaster () const
 The 1-Wire master used to issue ROM commands. More...
 

Additional Inherited Members

- Protected Member Functions inherited from OneWire::RomIterator
 RomIterator (OneWireMaster &master)
 

Detailed Description

Iterator for a multidrop 1-Wire bus.

Constructor & Destructor Documentation

OneWire::MultidropRomIterator::MultidropRomIterator ( OneWireMaster master)
inline
Parameters
master1-Wire master to use to issue ROM commands.

Member Function Documentation

OneWireMaster::CmdResult MultidropRomIterator::selectDevice ( const RomId romId)
virtual

Select the device with the given ROM ID.

Implements OneWire::RandomAccessRomIterator.


The documentation for this class was generated from the following files: