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.
OWTransport Class Reference
One-Wire Transport layer class Used to set up a one-wire instruction with a transport layer. More...
#include <Transport.h>
Static Public Member Functions | |
| static void | read (OneWire_Instruction *inst, OneWire_ROM *out) |
| Set a one-wire instruction to perform the read transport layer command. | |
| static void | search (OneWire_Instruction *inst, TransportSearchPersist *search) |
| Set a one-wire instruction to perform the search transport layer command. | |
Detailed Description
One-Wire Transport layer class Used to set up a one-wire instruction with a transport layer.
Definition at line 61 of file Transport.h.
Member Function Documentation
| void read | ( | OneWire_Instruction * | inst, |
| OneWire_ROM * | out | ||
| ) | [static] |
Set a one-wire instruction to perform the read transport layer command.
- Parameters:
-
inst One-wire instruction that will carry out the command out One-wire rom that will be used to store the read rom code
Definition at line 31 of file Transport.cpp.
| void search | ( | OneWire_Instruction * | inst, |
| TransportSearchPersist * | search | ||
| ) | [static] |
Set a one-wire instruction to perform the search transport layer command.
- Parameters:
-
inst One-wire instruction that will carry out the command search Persistant search structure that will be used for search state and results
Definition at line 80 of file Transport.cpp.
Generated on Mon Jul 18 2022 01:01:29 by
1.7.2