ADC Home > Reference Library > Reference > Hardware & Drivers > I/O Kit Framework Reference
|
IOCDBlockStorageDevice.h |
Include Path: | <IOKit/storage/IOCDBlockStorageDevice.h> |
Path: | /System/Library/Frameworks/IOKit.framework/Versions/A/Headers/storage/IOCDBlockStorageDevice.h |
Includes: |
<IOKit/storage/IOCDTypes.h> <IOKit/storage/IOBlockStorageDevice.h> |
This header contains the definition of the abstract class IOCDBlockStorageDevice. The IOCDBlockStorageDevice class defines the protocol for generic CD functionality, regardless of the physical connection protocol, such as SCSI or USB.
For some more information on the IOCDBlockStorageDevice class, see Writing Drivers for Mass Storage Devices.
The IOCDBlockStorageDevice class is a generic CD block storage device abstraction.
kIOCDBlockStorageDeviceClass |
kIOCDBlockStorageDeviceClass is the name of the IOCDBlockStorageDevice class.
#define kIOCDBlockStorageDeviceClass "IOCDBlockStorageDevice"
kIOCDBlockStorageDeviceClass is the name of the IOCDBlockStorageDevice class.
|
Last Updated: 2009-02-23