MObexServerRequestPacketNotifyRegister Class Reference

class MObexServerRequestPacketNotifyRegister

Mixin class to be implemented by instances providing a means to set an observer for the receipt of Obex request packets by a server.

This provides part of the packet access API.

Member Functions Documentation

DeleteObexServerRequestPacketNotifyRegister()

void DeleteObexServerRequestPacketNotifyRegister ( ) [pure virtual]

Inform the Obex server that we have finished with this interface, and delete the engine to allow a new one to be created.

SetObexServerRequestPacketObserver(MObexServerRequestPacketNotify &)

void SetObexServerRequestPacketObserver ( MObexServerRequestPacketNotify & aRequestPacketNotify ) [pure virtual]

Sets the notifier to be called when an Obex server receives a request packet.

Parameters

MObexServerRequestPacketNotify & aRequestPacketNotify A pointer to the observer interface instance to receive the notifications.