#include <mw/mifareclassicaddress.h>
| class TMifareClassicAddress |
| Public Member Functions | |
|---|---|
| TMifareClassicAddress(TUint32, TUint32, TUint32) | |
| TMifareClassicAddress(const TMifareClassicAddress &) | |
| ~TMifareClassicAddress() | |
| IMPORT_C TUint32 | GetBlock() |
| IMPORT_C TUint32 | GetByte() |
| IMPORT_C TUint32 | GetSector() |
| IMPORT_C void | SetBlock(TUint32) |
| IMPORT_C void | SetByte(TUint32) |
| IMPORT_C void | SetSector(TUint32) |
| IMPORT_C TBool | operator!=(const TMifareClassicAddress &) |
| IMPORT_C TMifareClassicAddress & | operator=(const TMifareClassicAddress &) |
| IMPORT_C TBool | operator==(const TMifareClassicAddress &) |
Interface which provides access to manage Mifare classic addresses.
| IMPORT_C | TMifareClassicAddress | ( | const TMifareClassicAddress & | aAddress | ) |
Creates a new instance of this class.
| Parameters | |
|---|---|
| aAddress | Address which content will be copied to this object. |
| IMPORT_C void | SetSector | ( | TUint32 | aSector | ) |
Sets a new sector address.
| Parameters | |
|---|---|
| aSector | a new sector address. |
| IMPORT_C TBool | operator!= | ( | const TMifareClassicAddress & | aAddress | ) | const |
Determines whether this TMifareClassicAddress is not equal with specified TMifareClassicAddress.
| Parameters | |
|---|---|
| aAddress | TMifareClassicAddress which is compared to this TMifareClassicAddress. |
| IMPORT_C TMifareClassicAddress & | operator= | ( | const TMifareClassicAddress & | aAddress | ) |
Copies data from specified TMifareClassicAddress to this TMifareClassicAddress. by replacing any existing data.
| IMPORT_C TBool | operator== | ( | const TMifareClassicAddress & | aAddress | ) | const |
Determines whether this TMifareClassicAddress is equal with specified TMifareClassicAddress.
| Parameters | |
|---|---|
| aAddress | TMifareClassicAddress which is compared to this TMifareClassicAddress. |