// miscellaneous
enum { // Class 1-specific AT responses
AT_FCERROR = 100, // "+FCERROR"
- AT_FRH3 = 101, // "+FRH:3"
+ AT_FRH3 = 101 // "+FRH:3"
};
virtual ATResponse atResponse(char* buf, long ms = 30*1000);
virtual bool waitFor(ATResponse wanted, long ms = 30*1000);
send_v34fail, // failed due to V.34-Fax trouble
send_v17fail, // failed due to V.17-Fax trouble
send_batchfail, // batch failure, retry
- send_nobatch, // Nothing happend to this job in the batch
+ send_nobatch // Nothing happend to this job in the batch
};
#define send_ok send_done
#endif /* _FaxSendStatus_ */
bool class1MMRSupport; // support 2-D MMR
bool class1PersistentECM; // continue to correct
bool class1ValidateV21Frames;// check received FCS values in V.21
- bool class1ModemHasDLEBug;; // modem doesn't double-up DLEs in V.21
- bool class1HasRHConnectBug;; // modem reports CONNECT after +FRH=3 to non-V.21-HDLC data
+ bool class1ModemHasDLEBug; // modem doesn't double-up DLEs in V.21
+ bool class1HasRHConnectBug; // modem reports CONNECT after +FRH=3 to non-V.21-HDLC data
// for class 2 and 2.0:
fxStr class2Cmd; // cmd for setting Class 2/2.0
fxStr class2DCCQueryCmd; // cmd to query modem capabilities