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
Public Member Functions
voidHandleError(CBTEngActive *, TInt, TInt)
voidRequestCompletedL(CBTEngActive *, TInt, TInt)

Member Functions Documentation

HandleError(CBTEngActive *, TInt, TInt)

voidHandleError(CBTEngActive *aActive,
TIntaId,
TIntaError
)[pure virtual]

Callback to notify that an error has occurred in RunL.

Parameters

CBTEngActive * aActivePointer to the active object that completed.
TInt aIdThe ID that identifies the outstanding request.
TInt aError

RequestCompletedL(CBTEngActive *, TInt, TInt)

voidRequestCompletedL(CBTEngActive *aActive,
TIntaId,
TIntaStatus
)[pure virtual]

Callback to notify that an outstanding request has completed.

Since
S60 v3.2

Parameters

CBTEngActive * aActivePointer to the active object that completed.
TInt aIdThe ID that identifies the outstanding request.
TInt aStatusThe status of the completed request.