MObexNotify Class Reference

class MObexNotify

This class is only for internal use.

Originally it provided the call back interface for anything owned by CObex. Note: This is an internal class which is not intended for use outside of the Transport<->Obex interface. Even where access rules allow it, external users should not call these functions as their implementation may change.

Public Member Functions
voidError(TInt)
voidProcess(CObexPacket &)
voidTransportDown(TBool)
voidTransportUp()

Member Functions Documentation

Error(TInt)

voidError(TIntaError)[pure virtual]

Parameters

TInt aError

Process(CObexPacket &)

voidProcess(CObexPacket &aPacket)[pure virtual]

Parameters

CObexPacket & aPacket

TransportDown(TBool)

voidTransportDown(TBoolaForceTransportDeletion)[pure virtual]

Parameters

TBool aForceTransportDeletion

TransportUp()

voidTransportUp()[pure virtual]