import"sbIMockCDDevice.idl";
Public Member Functions | |
| void | initialize (in AString aName, in boolean aReadable, in boolean aWritable, in boolean aDiscInserted, in unsigned long aDiscType, in boolean aEjected) |
| void | setDiscTOC (in sbICDTOC aTOC) |
Public Attributes | |
| attribute boolean | ejected |
The Mock CD Device interface used to setup the Mock CD Device object
Definition at line 70 of file sbIMockCDDevice.idl.
| void sbIMockCDDevice::initialize | ( | in AString | aName, |
| in boolean | aReadable, | ||
| in boolean | aWritable, | ||
| in boolean | aDiscInserted, | ||
| in unsigned long | aDiscType, | ||
| in boolean | aEjected | ||
| ) |
Initializes the device
| aName | Name of the device |
| aReadable | whether the device is readable |
| aWritable | whether the device is writable |
| aDiscInserted | Whether the device has a disc inserted |
| aDiscType | The type of disc audio or data |
| aEjected | Whether the disc has been ejected |
| void sbIMockCDDevice::setDiscTOC | ( | in sbICDTOC | aTOC | ) |
Set the TOC of the mock device.
| aTOC | The TOC instance to assign to the mock device. |
| attribute boolean sbIMockCDDevice::ejected |
denotes whether the disc has been ejected
Definition at line 90 of file sbIMockCDDevice.idl.