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