Public Methods
DirectTransfer (const string& serial, const int& speed, LogLevel lvl = NONE)
|
[virtual]
bool send (const string fname)
|
[pure virtual]
bool receive (const string fname)
|
[pure virtual]
void terminateConnection ()
|
[virtual]
bool read (unsigned char& c, unsigned long time = NOTIMER)
|
Returns: true if read, false if timed out
bool write (const unsigned char& c, unsigned long time = NOTIMER)
|
Returns: true if written, false if timed out
bool write (const string& s, unsigned long time = NOTIMER)
|
Generated on Fri Mar 9 02:04:42 2001, using kdoc 2.0a43. |