TNfcType1Address Class Reference
#include
<mw/nfctype1address.h>
Link against: nfctagextension.lib
Detailed Description
Interface which provides access to manage NFC Forum Type 1 addresses.
Constructor & Destructor Documentation
TNfcType1Address ( TUint32, TUint32 )
Creates a new instance of this class.
Parameter | Description | aByte | Byte address. |
aBlock | Block address. |
TNfcType1Address ( const TNfcType1Address & )
Creates a new instance of this class.
Parameter | Description | aAddress | Address which content will be copied to this object. |
~TNfcType1Address ( )
IMPORT_C | ~TNfcType1Address | ( | ) | |
Member Function Documentation
GetBlock ( )
Gets current block address.
Returns: Current block address.
GetByte ( )
Gets current byte address.
Returns: Current byte address.
SetBlock ( TUint32 )
IMPORT_C void | SetBlock | ( | TUint32 | aBlock | ) | |
Sets a new block address.
Parameter | Description | aBlock | a new block address. |
SetByte ( TUint32 )
Parameter | Description | aByte | a new byte address. |
operator!= ( const TNfcType1Address & )
Parameter | Description | aAddress | TMifareClassicAddress which is compared to this TNfcType1Address. |
operator= ( const TNfcType1Address & )
operator== ( const TNfcType1Address & )
Parameter | Description | aAddress | TNfcType1Address which is compared to this TNfcType1Address. |