MObexServerRequestPacketNotify Class Reference

class MObexServerRequestPacketNotify

A Mixin to provide a notification interface for the receipt of request packets by an OBEX server.

Member Functions Documentation

RequestPacket(TObexRequestCode, TObexResponse &)

TBool RequestPacket ( TObexRequestCode aRequest,
TObexResponse & aResponse
) [pure virtual]

Receipt of a generic request packet.

Parameters

TObexRequestCode aRequest The opcode of the request packet received.
TObexResponse & aResponse The implementer should set this to the response they want to send to the client if they are abandoning processing.

RequestPacket(TObexRequestCode, TObexConnectInfo &, TObexResponse &)

TBool RequestPacket ( TObexRequestCode aRequest,
TObexConnectInfo & aConnectInfo,
TObexResponse & aResponse
) [pure virtual]

Receipt of a Connect Request packet. Overload of the generic case.

Parameters

TObexRequestCode aRequest The opcode of the Connect Request packet received.
TObexConnectInfo & aConnectInfo The Connect Info of the Connect Request packet.
TObexResponse & aResponse The implementer should set this to the response they want to send to the client if they are abandoning processing.

RequestPacket(TObexRequestCode, CObex::TSetPathInfo &, TObexResponse &)

TBool RequestPacket ( TObexRequestCode aRequest,
CObex::TSetPathInfo & aSetPathInfo,
TObexResponse & aResponse
) [pure virtual]

Receipt of a SetPath Request packet. Overload of the generic case.

Parameters

TObexRequestCode aRequest The opcode of the SetPath Request packet received.
CObex::TSetPathInfo & aSetPathInfo The SetPath Info of the SetPath Request packet.
TObexResponse & aResponse The implementer should set this to the response they want to send to the client if they are abandoning processing.