|
HDK
|
#include <UT_Serial.h>
Public Member Functions | |
| UT_Serial (int rate=9600, int databits=8, int parity=SERIAL_NO_PARITY, int stopbits=1) | |
| virtual | ~UT_Serial () |
| int | open (const char *port, int parms) |
| void | close () |
| int | changeRate (int rate) |
| int | dataAvailable () |
| int | read (void *buffer, int num) |
| int | write (const void *buffer, int num) |
| void | flush () |
Definition at line 30 of file UT_Serial.h.
|
explicit |
|
virtual |
| void UT_Serial::close | ( | ) |
| int UT_Serial::dataAvailable | ( | ) |
| void UT_Serial::flush | ( | ) |