16 #include "wvlockdev.h"
62 virtual int speed(
int _baud);
72 const char *wstype()
const {
return "WvModemBase"; }
94 void setup_modem(
bool rtscts);
101 bool _no_reset =
false);
105 virtual void close();
114 virtual int speed(
int _baud);
117 const char *wstype()
const {
return "WvModem"; }
A WvFastString acts exactly like a WvString, but can take (const char *) strings without needing to a...
virtual void close()
do-nothing method that is not needed in WvModemBase
WvFile implements a stream connected to a file or Unix device.
Class to handle Lock files - useful for WvDial and other places where we need to guarantee exclusive ...
WvModem implements a named modem that really needs to be opened, closed, and manipulated in lots of w...
virtual bool carrier()
Is there a carrier present?
virtual void close()
Close the connection to the modem.
virtual void hangup()
may need to hangup for redial reasons
int getspeed()
this one really is needed
virtual int speed(int _baud)
_baud is the desired speed, that you wish the modem to communicate with, and this method returns the ...
virtual bool carrier()
do-nothing method that is not needed in WvModemBase
virtual int speed(int _baud)
do-nothing method that is not needed in WvModemBase
A WvLog stream accepts log messages from applications and forwards them to all registered WvLogRcv's...
WvModemBase provides the methods used to control a modem, but without real implementation for most of...