State used by all ROM ID search functions.
More...
#include <OneWireMaster.h>
State used by all ROM ID search functions.
OneWire::OneWireMaster::SearchState::SearchState |
( |
| ) |
|
|
inline |
void OneWireMaster::SearchState::findFamily |
( |
uint8_t |
familyCode | ) |
|
Setup the search to find the device type 'family_code' on the next call to OWNext() if it is present.
void OneWireMaster::SearchState::reset |
( |
void |
| ) |
|
Reset to the search state to start at the beginning.
void OneWireMaster::SearchState::skipCurrentFamily |
( |
| ) |
|
Setup the search to skip the current device type on the next call to OWNext().
bool OneWire::OneWireMaster::SearchState::last_device_flag |
uint8_t OneWire::OneWireMaster::SearchState::last_discrepancy |
uint8_t OneWire::OneWireMaster::SearchState::last_family_discrepancy |
RomId OneWire::OneWireMaster::SearchState::romId |
The documentation for this struct was generated from the following files:
- C:/Users/Justin.Jordan/Documents/Arduino/libraries/OneWire/src/Masters/OneWireMaster.h
- C:/Users/Justin.Jordan/Documents/Arduino/libraries/OneWire/src/Masters/OneWireMaster.cpp