#include <mw/mobexnotify.h>
class MObexNotify |
Public Member Functions | |
---|---|
pure virtual void | Error(TInt) |
pure virtual void | Process(CObexPacket &) |
pure virtual void | TransportDown(TBool) |
pure virtual void | TransportUp() |
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.