#include <serial.h>

Public Member Functions | |
| TTYSession (const char *name, int pri=0, int stack=0) | |
| Create TTY stream that will be managed by it's own thread. | |
| virtual | ~TTYSession () |
This class is very anagolous to TCPSession.
| ost::TTYSession::TTYSession | ( | const char * | name, | |
| int | pri = 0, |
|||
| int | stack = 0 | |||
| ) |
Create TTY stream that will be managed by it's own thread.
| name | of tty device to open. | |
| pri | execution priority. | |
| stack | allocation needed on some platforms. |
| virtual ost::TTYSession::~TTYSession | ( | ) | [virtual] |
1.5.4