MObexNotify Class Reference

#include <mw/mobexnotify.h>

class MObexNotify
Public Member Functions
pure virtual voidError(TInt)
pure virtual voidProcess(CObexPacket &)
pure virtual voidTransportDown(TBool)
pure virtual voidTransportUp()

Detailed Description

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.

Member Function Documentation

Error ( TInt )

voidError(TIntaError)[pure virtual]

Process ( CObexPacket & )

voidProcess(CObexPacket &aPacket)[pure virtual]

TransportDown ( TBool )

voidTransportDown(TBoolaForceTransportDeletion)[pure virtual]

TransportUp ( )

voidTransportUp()[pure virtual]