TNfcType1Address Class Reference

#include <mw/nfctype1address.h>

Link against: nfctagextension.lib

class TNfcType1Address

Detailed Description

Interface which provides access to manage NFC Forum Type 1 addresses.

Since
S60 ?S60_version

Constructor & Destructor Documentation

TNfcType1Address ( TUint32, TUint32 )

IMPORT_CTNfcType1Address(TUint32aByte = 0,
TUint32aBlock = 0
)

Creates a new instance of this class.

ParameterDescription
aByteByte address.
aBlockBlock address.

TNfcType1Address ( const TNfcType1Address & )

IMPORT_CTNfcType1Address(const TNfcType1Address &aAddress)

Creates a new instance of this class.

ParameterDescription
aAddressAddress which content will be copied to this object.

~TNfcType1Address ( )

IMPORT_C~TNfcType1Address()

Destructor.

Member Function Documentation

GetBlock ( )

IMPORT_C TUint32GetBlock()const

Gets current block address.

Returns: Current block address.

GetByte ( )

IMPORT_C TUint32GetByte()const

Gets current byte address.

Returns: Current byte address.

SetBlock ( TUint32 )

IMPORT_C voidSetBlock(TUint32aBlock)

Sets a new block address.

ParameterDescription
aBlocka new block address.

SetByte ( TUint32 )

IMPORT_C voidSetByte(TUint32aByte)

Sets a new byte address.

ParameterDescription
aBytea new byte address.

operator!= ( const TNfcType1Address & )

IMPORT_C TBooloperator!=(const TNfcType1Address &aAddress)const

Determines whether this TNfcType1Address is not equal with specified TNfcType1Address.

ParameterDescription
aAddressTMifareClassicAddress which is compared to this TNfcType1Address.

operator= ( const TNfcType1Address & )

IMPORT_C TNfcType1Address &operator=(const TNfcType1Address &aAddress)

Copies data from specified TNfcType1Address to this TNfcType1Address. by replacing any existing data.

operator== ( const TNfcType1Address & )

IMPORT_C TBooloperator==(const TNfcType1Address &aAddress)const

Determines whether this TNfcType1Address is equal with specified TNfcType1Address.

ParameterDescription
aAddressTNfcType1Address which is compared to this TNfcType1Address.