QtMobility Reference Documentation

Contents

QML NdefRecord Element

The NdefRecord element represents a record in an NDEF message. More...

Inherited by NdefMimeRecord, NdefTextRecord, and NdefUriRecord.

NdefRecord instantiates the C++ class QDeclarativeNdefRecord

  • List of all members, including inherited members
  • Properties

    Detailed Description

    The NdefRecord element is the base element for all NDEF record elements in QML. It contains a single property holding the type of record.

    This class is not intended to be used directly, but extended from C++.

    See also NdefFilter, NearField, QNdefRecord, and QDeclarativeNdefRecord.

    Property Documentation

    recordType : string

    This property holds the fully qualified record type of the NDEF record. The fully qualified record type includes the NIS and NSS prefixes.