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
void Error ( TInt )
void Process ( CObexPacket &)
void TransportDown ( TBool )
void TransportUp ()

Member Functions Documentation

Error(TInt)

void Error ( TInt aError ) [pure virtual]

Parameters

TInt aError

Process(CObexPacket &)

void Process ( CObexPacket & aPacket ) [pure virtual]

Parameters

CObexPacket & aPacket

TransportDown(TBool)

void TransportDown ( TBool aForceTransportDeletion ) [pure virtual]

Parameters

TBool aForceTransportDeletion

TransportUp()

void TransportUp ( ) [pure virtual]