CNfcTagSubscription Class Reference
#include
<mw/nfctagsubscription.h>
Link against: nfcdiscoveryservice.lib
class CNfcTagSubscription : public CBase |
Detailed Description
Nfc Tag subscription
Constructor & Destructor Documentation
~CNfcTagSubscription ( )
IMPORT_C | ~CNfcTagSubscription | ( | ) | |
Member Function Documentation
AddConnectionModeL ( TNfcConnectionInfo::TNfcConnectionMode )
Parameter | Description | aConnectionMode | Connection mode, which will be added to this CNfcTagSubscription. |
Count ( )
IMPORT_C TInt | Count | ( | ) | const |
Returns: Number of connection modes.
GetConnectionModes ( RArray< TNfcConnectionInfo::TNfcConnectionMode > & )
Returns array of connection modes.
Parameter | Description | aArray | Will contain all connection modes, which are added to this CNfcTagSubscription. |
Returns: KErrNoMemory if there is no memory.
Return Values
KErrNone |
if all connection modes are successfully added to RArray.
|
NewL ( )
Creates a new instance of this class.
NewL ( const CNfcTagSubscription & )
Creates a new instance of this class.
Parameter | Description | aSubscription | Subscription, which content is copied to this object. |
NewLC ( )
Creates a new instance of this class.
NewLC ( const CNfcTagSubscription & )
Creates a new instance of this class.
Parameter | Description | aSubscription | Subscription, which content is copied to this object. |
RemoveAllConnectionModes ( )
IMPORT_C void | RemoveAllConnectionModes | ( | ) | |
RemoveConnectionMode ( TNfcConnectionInfo::TNfcConnectionMode )
Parameter | Description | aConnectionMode | Connection mode, which will be removed from this CNfcTagSubscription. |
operator!= ( const CNfcTagSubscription & )
Parameter | Description | aList | CNfcTagSubscription which is compared to this CNfcTagSubscription. |
operator= ( const CNfcTagSubscription & )
Parameter | Description | aList | CNfcTagSubscription, which is copied to this CNfcTagSubscription. |
operator== ( const CNfcTagSubscription & )
Parameter | Description | aList | CNfcTagSubscription which is compared to this CNfcTagSubscription. |