Interface: tos.lib.serial.SerialFlush

interface SerialFlush

A basic interface to flush the serial port.

Author:
Ben Greenstein
Philip Levis
Date:
January 23 2006

Commands
command void flush() Request that the serial device signal when no more transmissions are pending (i.e., when the device is idle)

Events
event void flushDone() Split phase event to indicate that the serial hardware is now idle.

Commands - Details

flush

command void flush()

Request that the serial device signal when no more transmissions are pending (i.e., when the device is idle)

Events - Details

flushDone

event void flushDone()

Split phase event to indicate that the serial hardware is now idle.