vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Serial Class Reference

#include <classes.h>

Public Member Functions

char openSerial (char *)
 
void closeSerial ()
 
void flushSerial ()
 
int readChar ()
 
int readBytes (char *, const int, const int)
 
char writeChar (const char)
 
int writeString (char *)
 

Member Function Documentation

void Serial::closeSerial ( )
void Serial::flushSerial ( )
char Serial::openSerial ( char *  port)
int Serial::readBytes ( char *  buf,
const int  count,
const int  timeout 
)
int Serial::readChar ( )
char Serial::writeChar ( const char  byte)
int Serial::writeString ( char *  str)

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