Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QML NdefFilter Element

The NdefFilter element represents a filtering constraint for NDEF message records. More...

  • List of all members, including inherited members
  • Properties

    Detailed Description

    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.

    Property Documentation

    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 documentation was introduced in Qt Mobility 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 documentation was introduced in Qt Mobility 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 documentation was introduced in Qt Mobility Mobility 1.2.


    Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt qtmobility-1.2
    Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
    Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
     
     
     
     
    Partenaires

    Hébergement Web