TNfcType2Address Class Reference
#include
<mw/nfctype2address.h>
Link against: nfctagextension.lib
Detailed Description
Interface which provides access to manage NFC Forum Type 2 addresses.
Constructor & Destructor Documentation
TNfcType2Address ( TUint32, TUint32 )
Creates a new instance of this class.
Parameter | Description | aByte | Byte address. |
aBlock | Block address. |
TNfcType2Address ( const TNfcType2Address & )
Creates a new instance of this class.
Parameter | Description | aAddress | Address which content will be copied to this object. |
~TNfcType2Address ( )
IMPORT_C | ~TNfcType2Address | ( | ) | |
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 TNfcType2Address & )
Parameter | Description | aAddress | TNfcType2Address which is compared to this TNfcType2Address. |
operator= ( const TNfcType2Address & )
Parameter | Description | aAddress | TNfcType2Address, which is copied to this TNfcType2Address. |
operator== ( const TNfcType2Address & )
Parameter | Description | aAddress | TNfcType2Address which is compared to this TNfcType2Address. |