IOBDBlockStorageDevice
The IOBDBlockStorageDevice class is a generic BD block storage device abstraction.
Declaration
class IOBDBlockStorageDevice : IODVDBlockStorageDeviceOverview
This class is the protocol for generic BD functionality, independent of the physical connection protocol (e.g. SCSI, ATA, USB).
The APIs are the union of CD APIs, DVD APIs, and all necessary new low-level BD APIs.
A subclass implements relay methods that translate our requests into calls to a protocol- and device-specific provider.