MNfcTagConnectionListener Class Reference

#include <mw/nfctagconnectionlistener.h>

class MNfcTagConnectionListener
Public Member Functions
virtual ~MNfcTagConnectionListener()
pure virtual voidTagDetected(MNfcTag *)
pure virtual voidTagLost()

Detailed Description

Callback interface for receiving NDEF messages.

Since
S60 ?S60_version

Constructor & Destructor Documentation

~MNfcTagConnectionListener ( )

~MNfcTagConnectionListener()[inline, virtual]

Destructor

Member Function Documentation

TagDetected ( MNfcTag * )

voidTagDetected(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.

Parameters
aNfcTagInterface for discovered tag.

TagLost ( )

voidTagLost()[pure virtual]

Will be called, when discovered tag is lost from the the near field.

Execution of this callback function should be as short as possible.