The NdefFilter element represents a filtering constraint for NDEF message records. More...
This element was introduced in Mobility 1.2.
The NdefFilter element is part of the QtMobility.connectivity 1.2 module.
The NdefFilter element is used with the NearField element to read NDEF messages from NFC Forum tags that match a given structure.
NearField { filter: [ NdefFilter { type: "urn:nfc:wkt:U" minimum: 1 maximum: 1 } ] }
See also NearField and QNdefFilter.
maximum : int |
This property holds the maximum number of records of the given type that must be in the NDEF message for it match.
To match any number of records set both the minimum and maximum properties to -1.
This property group was introduced in Mobility 1.2.
See also minimum.
minimum : int |
This property holds the minimum number of records of the given type that must be in the NDEF message for it match.
To match any number of records set both the minimum and maximum properties to -1.
This property group was introduced in Mobility 1.2.
See also maximum.
type : string |
This property holds the NDEF record type that the filter matches. This property must be set to the fully qualified record type, i.e. including the NIS and NSS prefixes. For example set to urn:nfc:wkt:U to match NFC RTD-URI records.
This property group was introduced in Mobility 1.2.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.