Documentation  |   Table of Contents   |  < Previous   |  Next >  

71    ModemMgr.h

Porting Applications to Palm OS® Cobalt

Exploring Palm OS®


NOTE: Early in the porting process you may want to #include ModemMgrCompatibility.h (after the #include for PalmOS.h). This header file defines a number of APIs and macros that allow applications calling certain deleted functions and functions with modified prototypes to compile and run. This compatibility header should not be counted on long-term, however, so later in the porting process you should remove the #include and fix any problems that result.

Deleted APIs ^TOP^

Table 71.1  Deleted functions

Deleted API

Use instead

MdmDial()

MdmHangUp()

Table 71.2  Deleted enumerated types

Deleted API

Use instead

Speaker volume settings enum

Modified APIs ^TOP^

Table 71.3  Modified structures

Modified API

Description of change

MdmInfoType

Unchanged APIs ^TOP^

Table 71.4  Unchanged types

MdmInfoPtr

Table 71.5  Unchanged #defines

mdmCmdBufSize

mdmCmdSize

mdmDefCmdTimeOut

mdmDefDCDWaitSec

mdmDefDTWaitSec

mdmDefSpeakerVolume

mdmErr...

mdmMaxStringSize

mdmResetStrInCmdBuf

mdmRespBufSize

Table 71.6  Unchanged enumerated types

MdmStageEnum

Table 71.7  Unchanged application-defined functions

MdmUserCanProcPtr()