#include <mw/nfctagconnectionlistener.h>
class MNfcTagConnectionListener |
Public Member Functions | |
---|---|
virtual | ~MNfcTagConnectionListener() |
pure virtual void | TagDetected(MNfcTag *) |
pure virtual void | TagLost() |
Callback interface for receiving NDEF messages.
void | TagDetected | ( | MNfcTag * | aNfcTag | ) | [pure virtual] |
Will be called, when tag is discovered in the near field by the local device.
Execution of this callback function should be as short as possible.
Ownership of MNfcTag object is transfered to implementor of this interface.
Parameter | Description |
---|---|
aNfcTag | Interface for discovered tag. |