TMifareClassicAddress Class Reference
#include
<mw/mifareclassicaddress.h>
class TMifareClassicAddress |
Detailed Description
Interface which provides access to manage Mifare classic addresses.
Constructor & Destructor Documentation
TMifareClassicAddress ( TUint32, TUint32, TUint32 )
Creates a new instance of this class.
Parameter | Description | aByte | Byte address. |
aBlock | Block address. |
aSector | Sector address. |
TMifareClassicAddress ( const TMifareClassicAddress & )
Creates a new instance of this class.
Parameter | Description | aAddress | Address which content will be copied to this object. |
~TMifareClassicAddress ( )
IMPORT_C | ~TMifareClassicAddress | ( | ) | |
Member Function Documentation
GetBlock ( )
Gets current block address.
Returns: Current block address.
GetByte ( )
Gets current byte address.
Returns: Current byte address.
GetSector ( )
Gets current sector address.
Returns: Current sector 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. |
SetSector ( TUint32 )
IMPORT_C void | SetSector | ( | TUint32 | aSector | ) | |
Sets a new sector address.
Parameter | Description | aSector | a new sector address. |
operator!= ( const TMifareClassicAddress & )
Parameter | Description | aAddress | TMifareClassicAddress which is compared to this TMifareClassicAddress. |
operator= ( const TMifareClassicAddress & )
operator== ( const TMifareClassicAddress & )
Parameter | Description | aAddress | TMifareClassicAddress which is compared to this TMifareClassicAddress. |