Scott Roy / OneWire
Embed: (wiki syntax)

« Back to documentation index

OWTransport Class Reference

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:
instOne-wire instruction that will carry out the command
outOne-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:
instOne-wire instruction that will carry out the command
searchPersistant search structure that will be used for search state and results

Definition at line 80 of file Transport.cpp.