TNfcType3Address Class Reference

#include <mw/nfctype3address.h>

class TNfcType3Address

Detailed Description

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

Since
S60 ?S60_version

Constructor & Destructor Documentation

TNfcType3Address ( TUint32, TUint32, TUint32 )

IMPORT_CTNfcType3Address(TUint32aByte = 0,
TUint32aBlock = 0,
TUint32aServiceCode = 0
)

Creates a new instance of this class.

Parameters
aByteByte address.
aBlockBlock address.

TNfcType3Address ( const TNfcType3Address & )

IMPORT_CTNfcType3Address(const TNfcType3Address &aAddress)

Creates a new instance of this class.

Parameters
aAddressAddress which content will be copied to this object.

~TNfcType3Address ( )

IMPORT_C~TNfcType3Address()

Destructor.

Member Function Documentation

GetBlock ( )

IMPORT_C TUint32GetBlock()const

Gets current block address.

Return Value
Current block address.

GetByte ( )

IMPORT_C TUint32GetByte()const

Gets current byte address.

Return Value
Current byte address.

GetServiceCode ( )

IMPORT_C TUint32GetServiceCode()const

Gets current servicecode address.

Return Value
Current servicecode address.

SetBlock ( TUint32 )

IMPORT_C voidSetBlock(TUint32aBlock)

Sets a new block address.

Parameters
aBlocka new block address.

SetByte ( TUint32 )

IMPORT_C voidSetByte(TUint32aByte)

Sets a new byte address.

Parameters
aBytea new byte address.

SetServiceCode ( TUint32 )

IMPORT_C voidSetServiceCode(TUint32aServiceCode)

Sets a new servicecode address.

Parameters
aServiceCodea new servicecode address.

operator!= ( const TNfcType3Address & )

IMPORT_C TBooloperator!=(const TNfcType3Address &aAddress)const

Determines whether this TNfcType3Address is not equal with specified TNfcType3Address.

Parameters
aAddressTMifareClassicAddress which is compared to this TNfcType3Address.

operator= ( const TNfcType3Address & )

IMPORT_C TNfcType3Address &operator=(const TNfcType3Address &aAddress)

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

operator== ( const TNfcType3Address & )

IMPORT_C TBooloperator==(const TNfcType3Address &aAddress)const

Determines whether this TNfcType3Address is equal with specified TNfcType3Address.

Parameters
aAddressTNfcType3Address which is compared to this TNfcType3Address.