1#ifndef Cpl_Io_Serial_PhonyStdio_InputOutput_h_
2#define Cpl_Io_Serial_PhonyStdio_InputOutput_h_
50 bool read(
void* buffer,
int numBytes,
int& bytesRead );
60 bool write(
const void* buffer,
int maxBytes,
int& bytesWritten );
virtual bool write(char c)
Writes a single byte to the stream.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20