53 virtual ~WvModemBase();
72 const char *wstype()
const {
return "WvModemBase"; }
94 void setup_modem(
bool rtscts);
100 WvModem(WvStringParm filename,
int _baud,
bool rtscts =
true,
101 bool _no_reset =
false);
117 const char *wstype()
const {
return "WvModem"; }
WvFile implements a stream connected to a file or Unix device.
WvModemBase provides the methods used to control a modem, but without real implementation for most of...
virtual int speed(int _baud)
do-nothing method that is not needed in WvModemBase
virtual bool carrier()
do-nothing method that is not needed in WvModemBase
int getspeed()
this one really is needed
virtual void close()
do-nothing method that is not needed in WvModemBase
virtual void hangup()
may need to hangup for redial reasons
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 int speed(int _baud)
_baud is the desired speed, that you wish the modem to communicate with, and this method returns the ...