CNfcCH Class Reference
Link against: nfcpluginhost.lib
class CNfcCH : public CBase |
Protected Member Functions |
---|
| CNfcCH() |
Detailed Description
ECOM interface for NFC External Content Handlers.
3rd party developers may implement this interface to create an external content handler which will be executed by NFC Plugin Host.
Constructor & Destructor Documentation
CNfcCH ( )
CNfcCH | ( | ) | [protected, inline] |
~CNfcCH ( )
~CNfcCH | ( | ) | [inline, virtual] |
Member Function Documentation
HandleNdefMessage ( TRequestStatus &, CNdefMessage * )
Method called by initiator when processing of a NDEF Message is required.
Parameter | Description | aRequestStatus | Initiator's status to be completed when processing is done |
aMessage | NDEF Message, ownership is transferred |
HandleNdefMessageCancel ( )
IMPORT_C void | HandleNdefMessageCancel | ( | ) | [pure virtual] |
Cancels NDEF Message processing
- Since
- S60 ?S60_version
ListAllImplementationsL ( RImplInfoPtrArray & )
Request a list of all implementations.
Parameter | Description | aImplInfoArray | Reference to the target array |
ListImplementationsL ( RImplInfoPtrArray &, const TDesC8 & )
Request a list of type matching implementations.
Parameter | Description | aImplInfoArray | Reference to the target array |
aMatchString | default_data match string (no wildcards) |
NewL ( TUid )
CNfcCH * | NewL | ( | TUid | aImplementationUid | ) | [static, inline] |
Instantiates an object of this type by implementation UID.
Parameter | Description | aImplementationUid | Implementation UID in resource file |
Returns: Pointer to the instance
NewL ( const TDesC8 & )
Instantiates an object of this type by content type string.
Parameter | Description | aMatchString | Content type string (no wildcards) |
Returns: Pointer to the instance