MUsbClassControllerNotify Class Reference

class MUsbClassControllerNotify

The MUsbClassControllerNotify class

Implements part of the USB Class API Framework. This is the mixin used by the USB classes to notify UsbMan of any changes in their state.

Public Member Functions
voidUccnError(TInt)
CUsbClassControllerIterator *UccnGetClassControllerIteratorL()

Member Functions Documentation

UccnError(TInt)

voidUccnError(TIntaError)[pure virtual]

Called when a USB class has received an unexpected error and should be shut down.

Parameters

TInt aErrorThe error code

UccnGetClassControllerIteratorL()

CUsbClassControllerIterator *UccnGetClassControllerIteratorL()[pure virtual]

Creates and returns a new iterator over USB classes. The caller takes ownership of this iterator.