Public Member Functions

Stream Class Reference

#include <WProgram.h>

Inherited by BetterStream.

List of all members.

Public Member Functions

void write (uint8_t val)
int available (void)
int read (void)

Detailed Description

Definition at line 5 of file WProgram.h.


Member Function Documentation

int Stream::available ( void   ) 

Reimplemented in FastSerial.

Definition at line 42 of file test.cpp.

int Stream::read ( void   ) 

Reimplemented in FastSerial.

Definition at line 48 of file test.cpp.

void Stream::write ( uint8_t  val  ) 

Reimplemented in FastSerial.

Definition at line 36 of file test.cpp.


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