68K-style slot drivers are no longer supported. In Palm OS Cobalt the slot driver is replaced by a block device driver (also called a storage driver). Applications can no longer use the slot driver APIs to directly access a block device driver.
Note that those structures and constants formerly defined here that are needed by the Expansion Manager APIs are now defined in ExpansionMgr.h
.
Deleted APIs ^TOP^
Table 103.1 Deleted functions
SlotCardGetSerialPort()
|
SlotCardInfo()
|
SlotCardIsFilesystemSupported()
|
SlotCardLowLevelFormat()
|
SlotCardMediaType()
|
SlotCardMetrics()
|
SlotCardPresent()
|
SlotCardRelease()
|
SlotCardReserve()
|
SlotCardSectorRead()
|
SlotCardSectorWrite()
|
SlotClose()
|
SlotCustomControl()
|
SlotLibAPIVersion()
|
SlotMediaType()
|
SlotOpen()
|
SlotPowerCheck()
|
SlotSleep()
|
SlotWake()
|
|
Table 103.2 Deleted macros
Table 103.3 Deleted #defines
slotDrvrAPIVersion
|
slotLibPowerFlag_FormatMedia
|
slotLibPowerFlag_WakeUp
|
slotSectorSize
|
SlotTrap...
|
|
Unchanged APIs ^TOP^
Table 103.4 Unchanged structures
Table 103.5 Unchanged #defines
slotDrvrBootablePartition
|
|
slotDrvrNonBootablePartition
|
|
slotDrvrPartitionTypeFAT12
|
|
slotDrvrPartitionTypeFAT16Over32MB
|
|
slotDrvrPartitionTypeFAT16Under32MB
|
|