ModemMgr.h
declares the modem manager API.
Err MdmDial (MdmInfoPtr modemP, Char *okDialP, Char *userInitP, Char *phoneNumP)
  |
|
Pointer to modem info structure (filled in by caller) |
  |
|
(NOT IMPLEMENTED) Pointer to string of chars allowed in dial string |
  |
|
Pointer to modem setup string without the AT prefix. |
  |
|
Pointer to phone number string |
mdmErrNoTone
, mdmErrNoDCD
, mdmErrBusy
, mdmErrUserCan
, mdmErrCmdError
Err MdmHangUp (MdmInfoPtr modemP)
modemP
Pointer to modem info structure (filled in by caller)
WARNING!This function alters configuration of the serial port (without restoring it).
  |   |