#include <mw/nfctype1address.h>
Link against: nfctagextension.lib
| class TNfcType1Address |
| Public Member Functions | |
|---|---|
| TNfcType1Address(TUint32, TUint32) | |
| TNfcType1Address(const TNfcType1Address &) | |
| ~TNfcType1Address() | |
| IMPORT_C TUint32 | GetBlock() |
| IMPORT_C TUint32 | GetByte() |
| IMPORT_C void | SetBlock(TUint32) |
| IMPORT_C void | SetByte(TUint32) |
| IMPORT_C TBool | operator!=(const TNfcType1Address &) |
| IMPORT_C TNfcType1Address & | operator=(const TNfcType1Address &) |
| IMPORT_C TBool | operator==(const TNfcType1Address &) |
Interface which provides access to manage NFC Forum Type 1 addresses.
| IMPORT_C | TNfcType1Address | ( | const TNfcType1Address & | aAddress | ) |
Creates a new instance of this class.
| Parameters | |
|---|---|
| aAddress | Address which content will be copied to this object. |
| IMPORT_C TBool | operator!= | ( | const TNfcType1Address & | aAddress | ) | const |
Determines whether this TNfcType1Address is not equal with specified TNfcType1Address.
| Parameters | |
|---|---|
| aAddress | TMifareClassicAddress which is compared to this TNfcType1Address. |
| IMPORT_C TNfcType1Address & | operator= | ( | const TNfcType1Address & | aAddress | ) |
Copies data from specified TNfcType1Address to this TNfcType1Address. by replacing any existing data.
| IMPORT_C TBool | operator== | ( | const TNfcType1Address & | aAddress | ) | const |
Determines whether this TNfcType1Address is equal with specified TNfcType1Address.
| Parameters | |
|---|---|
| aAddress | TNfcType1Address which is compared to this TNfcType1Address. |