#include <mw/nfctype3address.h>
| class TNfcType3Address |
| Public Member Functions | |
|---|---|
| TNfcType3Address(TUint32, TUint32, TUint32) | |
| TNfcType3Address(const TNfcType3Address &) | |
| ~TNfcType3Address() | |
| IMPORT_C TUint32 | GetBlock() |
| IMPORT_C TUint32 | GetByte() |
| IMPORT_C TUint32 | GetServiceCode() |
| IMPORT_C void | SetBlock(TUint32) |
| IMPORT_C void | SetByte(TUint32) |
| IMPORT_C void | SetServiceCode(TUint32) |
| IMPORT_C TBool | operator!=(const TNfcType3Address &) |
| IMPORT_C TNfcType3Address & | operator=(const TNfcType3Address &) |
| IMPORT_C TBool | operator==(const TNfcType3Address &) |
Interface which provides access to manage NFC Forum Type 3 addresses.
| IMPORT_C | TNfcType3Address | ( | const TNfcType3Address & | aAddress | ) |
Creates a new instance of this class.
| Parameters | |
|---|---|
| aAddress | Address which content will be copied to this object. |
| IMPORT_C TUint32 | GetServiceCode | ( | ) | const |
Gets current servicecode address.
| IMPORT_C void | SetServiceCode | ( | TUint32 | aServiceCode | ) |
Sets a new servicecode address.
| Parameters | |
|---|---|
| aServiceCode | a new servicecode address. |
| IMPORT_C TBool | operator!= | ( | const TNfcType3Address & | aAddress | ) | const |
Determines whether this TNfcType3Address is not equal with specified TNfcType3Address.
| Parameters | |
|---|---|
| aAddress | TMifareClassicAddress which is compared to this TNfcType3Address. |
| IMPORT_C TNfcType3Address & | operator= | ( | const TNfcType3Address & | aAddress | ) |
Copies data from specified TNfcType3Address to this TNfcType3Address. by replacing any existing data.
| IMPORT_C TBool | operator== | ( | const TNfcType3Address & | aAddress | ) | const |
Determines whether this TNfcType3Address is equal with specified TNfcType3Address.
| Parameters | |
|---|---|
| aAddress | TNfcType3Address which is compared to this TNfcType3Address. |