Documentation  |   Table of Contents   |  < Previous   |  Next >  

102    SerialVdrv.h

Porting Applications to Palm OS® Cobalt

Exploring Palm OS®

Under Palm OS Cobalt the Serial Manager is implemented as a STREAMS driver and a compatibility library that lets you continue to use the Serial Manager API. The virtual driver APIs listed here, that were used in previous versions of Palm OS, are no longer supported.

Deleted APIs ^TOP^

Table 102.1  Deleted functions

VDrvClose()

VDrvControl()

VDrvCustomControl()

VDrvDbgRead()

VDrvDbgWrite()

VDrvOpen()

VDrvStatus()

Table 102.2  Deleted structures

VdrvAPIType

VdrvConfigType

Table 102.3  Deleted types

VdrvAPIPtr

VdrvConfigPtr

VdrvDataPtr

Table 102.4  Deleted #defines

kVdrvResType

vdrvOpCodeCustomStart

vdrvOpCodeSystemStart

Table 102.5  Deleted enumerated types

VdrvCtlOpCodeEnum

Table 102.6  Deleted application-defined functions

VdrvCloseProcPtr()

VdrvControlCustomProcPtr()

VdrvControlProcPtr()

VdrvOpenProcPtr()

VdrvOpenProcV4Ptr()

VdrvReadProcPtr()

VdrvStatusProcPtr()

VdrvWriteProcPtr()