class MObexServerRequestPacketNotify |
A Mixin to provide a notification interface for the receipt of request packets by an OBEX server.
Public Member Functions | |
---|---|
TBool | RequestPacket ( TObexRequestCode , TObexResponse &) |
TBool | RequestPacket ( TObexRequestCode , TObexConnectInfo &, TObexResponse &) |
TBool | RequestPacket ( TObexRequestCode , CObex::TSetPathInfo &, TObexResponse &) |
TBool | RequestPacket | ( | TObexRequestCode | aRequest, |
TObexResponse & | aResponse | |||
) | [pure virtual] |
Receipt of a generic request packet.
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. |
TBool | RequestPacket | ( | TObexRequestCode | aRequest, |
TObexConnectInfo & | aConnectInfo, | |||
TObexResponse & | aResponse | |||
) | [pure virtual] |
Receipt of a Connect Request packet. Overload of the generic case.
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. |
TBool | RequestPacket | ( | TObexRequestCode | aRequest, |
CObex::TSetPathInfo & | aSetPathInfo, | |||
TObexResponse & | aResponse | |||
) | [pure virtual] |
Receipt of a SetPath Request packet. Overload of the generic case.
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. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.