MBTEngDevManObserver Class Reference

class MBTEngDevManObserver

Class MBTEngDevManObserver

Mix-in class for calling back to CBTEngDevMan observer when device handling has completed.

btengdevman.dll
Since
S60 V3.0
Public Member Functions
IMPORT_C void HandleDevManComplete ( TInt )
IMPORT_C void HandleGetDevicesComplete ( TInt , CBTDeviceArray *)

Member Functions Documentation

HandleDevManComplete(TInt)

IMPORT_C void HandleDevManComplete ( TInt aErr ) [virtual]

Indicates to the caller that adding, deleting or modifying a device has completed. When this function is called, new commands can be issued to the CBTEngDevMan API immediately.

Since
S60 v3.2

Parameters

TInt aErr Status information, if there is an error.

HandleGetDevicesComplete(TInt, CBTDeviceArray *)

IMPORT_C void HandleGetDevicesComplete ( TInt aErr,
CBTDeviceArray * aDeviceArray
) [virtual]

Indicates to the caller that getting an array of devices has completed. When this function is called, new commands can be issued to the CBTEngDevMan API immediately.

Since
S60 v3.0

Parameters

TInt aErr Status information, if there is an error.
CBTDeviceArray * aDeviceArray Array of devices that match the given criteria (the array provided by the calller).