|
Mac OS 9
|
#include <NetworkSetup.h>
Data Fields | |
| UInt32 | version |
| Boolean | useModemScript |
| UInt8 | pad |
| FSSpec | modemScript |
| Boolean | modemSpeakerOn |
| Boolean | modemPulseDial |
| OTCfgModemDialogToneMode | modemDialToneMode |
| char | lowerLayerName [36] |
The OTCfgModemGeneral preference holds the important per-connection preferences for Modem.
| char OTCfgModemGeneral::lowerLayerName[36] |
constants are given above
| OTCfgModemDialogToneMode OTCfgModemGeneral::modemDialToneMode |
true if pulse dial, false if tone dial
| Boolean OTCfgModemGeneral::modemPulseDial |
whether to dial with the speaker on
| FSSpec OTCfgModemGeneral::modemScript |
must be 0
| Boolean OTCfgModemGeneral::modemSpeakerOn |
the modem script (CCL) to use
| UInt8 OTCfgModemGeneral::pad |
whether to use a modem script, must be true
| Boolean OTCfgModemGeneral::useModemScript |
see "Remote Access Versions" note, below