#include "wvmodem.h"
#include <sys/ioctl.h>
Go to the source code of this file.
Compounds | |
struct | SpeedLookup |
Variables | |
SpeedLookup | speeds [] |
|
Initial value: { {115200, B115200}, { 57600, B57600}, { 38400, B38400}, { 19200, B19200}, { 9600, B9600}, { 4800, B4800}, { 2400, B2400}, { 1200, B1200}, { 300, B300} } Definition at line 22 of file wvmodem.cc. Referenced by WvModemBase::get_real_speed(), and WvModem::speed(). |