home *** CD-ROM | disk | FTP | other *** search
- #define P_MODEM_OPH
-
- /* what options are selected */
-
- #define P_MDM_TONE 0x01 /* as opposed to PULSE dialling (default) */
- #define P_MDM_BELL 0x02 /* as opposed to CCITT (default) */
- #define P_MDM_NO_MODULATION 0x04 /* as opposed to CCITT or BELL */
- #define P_MDM_CONSTANT_SPEED 0x08 /* modem has constant speed interface */
-
- /* Error correction types */
-
- #define P_MDM_ERRCORRECT_NONE 0 /* NO error correction */
- #define P_MDM_ERRCORRECT 1 /* some form of error correction (ARQ)*/
- #define P_MDM_ERRCORRECT_MNP 2 /* MNP error correction being used */
- #define P_MDM_ERRCORRECT_V42 3 /* V42 error correction being used */
-
- STRUCT P_MDMCHR
- supported%
- options%
- baudrate%
- chand#
- ichand#
- ENDS
-