Link against: senhostconn.lib
#include <SenHostletConnection.h>
Public Member Functions | |
virtual TInt | RespondL (MSenHostletResponse &aResponse)=0 |
Method for responding to incoming message. | |
virtual TInt | Identifier ()=0 |
Getter for the identifier of this connection. | |
Static Public Member Functions | |
static IMPORT_C CSenHostletConnection * | NewL (MSenHostlet &aProvider) |
Constructs a new hostlet connection, utilizing the service description provided by MSenHostlet::ServiceDescriptionL() callback implementation. | |
static IMPORT_C CSenHostletConnection * | NewLC (MSenHostlet &aProvider) |
Constructs a new hostlet connection, utilizing the service description provided by MSenHostlet::ServiceDescriptionL() callback implementation. | |
Protected Member Functions | |
CSenHostletConnection () | |
C++ default constructor. |
|
C++ default constructor. |
|
Getter for the identifier of this connection.
|
|
Constructs a new hostlet connection, utilizing the service description provided by MSenHostlet::ServiceDescriptionL() callback implementation. Leave codes:
|
|
Constructs a new hostlet connection, utilizing the service description provided by MSenHostlet::ServiceDescriptionL() callback implementation. Leave codes:
|
|
Method for responding to incoming message. This asynchronous method will send a response for the request that was received by the hostlet implementation in the ServiceL callback. After the response has been delivered to service consumer who made the request, the following callback will be invoked: MSenHostlet::OnServiceCompleteL
|