sbIMockCDDevice Interface Reference

import"sbIMockCDDevice.idl";

Inheritance diagram for sbIMockCDDevice:
[legend]
Collaboration diagram for sbIMockCDDevice:
[legend]

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
 

Detailed Description

The Mock CD Device interface used to setup the Mock CD Device object

Definition at line 70 of file sbIMockCDDevice.idl.

Member Function Documentation

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

Parameters
aNameName of the device
aReadablewhether the device is readable
aWritablewhether the device is writable
aDiscInsertedWhether the device has a disc inserted
aDiscTypeThe type of disc audio or data
aEjectedWhether the disc has been ejected
void sbIMockCDDevice::setDiscTOC ( in sbICDTOC  aTOC)

Set the TOC of the mock device.

Parameters
aTOCThe TOC instance to assign to the mock device.

Member Data Documentation

attribute boolean sbIMockCDDevice::ejected

denotes whether the disc has been ejected

Definition at line 90 of file sbIMockCDDevice.idl.


The documentation for this interface was generated from the following file: