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(TObexRequestCodeaRequest,
TObexResponse &aResponse
)[pure virtual]

Receipt of a generic request packet.

Parameters

TObexRequestCode aRequestThe opcode of the request packet received.
TObexResponse & aResponseThe 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(TObexRequestCodeaRequest,
TObexConnectInfo &aConnectInfo,
TObexResponse &aResponse
)[pure virtual]

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

Parameters

TObexRequestCode aRequestThe opcode of the Connect Request packet received.
TObexConnectInfo & aConnectInfoThe Connect Info of the Connect Request packet.
TObexResponse & aResponseThe 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(TObexRequestCodeaRequest,
CObex::TSetPathInfo &aSetPathInfo,
TObexResponse &aResponse
)[pure virtual]

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

Parameters

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