class ttystream
|
C++ "fstream" style ttystream class.
More... |
|
|
Public Members
Detailed Description
A more natural C++ "ttystream" class for use by non-threaded
applications. This class behaves a lot more like fstream and
similar classes.
Construct an unopened "ttystream" object.
ttystream (const char *name)
|
Construct and "open" a tty stream object. A filename in
the form "device:options[,options]" may be used to pass
device options as part of the open.
Parameters:
name | of file and serial options.
|
void open (const char *name)
|
Open method for a tty stream.
Parameters:
Close method for a tty stream.
Test to see if stream is opened.
- Author: David Sugar <dyfet@ostel.com>
- Generated: dyfet@home.sys on Fri Aug 11 16:43:58 200.