MBTEngActiveObserver Class Reference

class MBTEngActiveObserver

?description Class MBTEngActiveObserver

Callback class for receiving a completed active object event. Users of CBTEngActive need to derive from this class.

bteng*.lib
Since
S60 v3.2

Member Functions Documentation

HandleError(CBTEngActive *, TInt, TInt)

void HandleError ( CBTEngActive * aActive,
TInt aId,
TInt aError
) [pure virtual]

Callback to notify that an error has occurred in RunL.

Parameters

CBTEngActive * aActive Pointer to the active object that completed.
TInt aId The ID that identifies the outstanding request.
TInt aError

RequestCompletedL(CBTEngActive *, TInt, TInt)

void RequestCompletedL ( CBTEngActive * aActive,
TInt aId,
TInt aStatus
) [pure virtual]

Callback to notify that an outstanding request has completed.

Since
S60 v3.2

Parameters

CBTEngActive * aActive Pointer to the active object that completed.
TInt aId The ID that identifies the outstanding request.
TInt aStatus The status of the completed request.