Uses of Class
javax.microedition.contactless.TargetType

Packages that use TargetType
javax.microedition.contactless Provides functionality common to all contactless targets. 
 

Uses of TargetType in javax.microedition.contactless
 

Fields in javax.microedition.contactless declared as TargetType
static TargetType TargetType.ISO14443_CARD
           ISO14443-4 compliant smart card accessed with APDU commands defined in ISO7816-4.
static TargetType TargetType.NDEF_TAG
           A tag that contains NFC Forum formatted data.
static TargetType TargetType.RFID_TAG
           General RFID tag containing data in a proprietary format.
static TargetType TargetType.VISUAL_TAG
           General visual tag.
 

Methods in javax.microedition.contactless that return TargetType
static TargetType[] DiscoveryManager.getSupportedTargetTypes()
          Returns the list of target types supported by the API implementation.
 TargetType[] TargetProperties.getTargetTypes()
          Returns the type of the discovered target.
 

Methods in javax.microedition.contactless with parameters of type TargetType
 void DiscoveryManager.addTargetListener(TargetListener listener, TargetType targetType)
          Adds TargetListener for specified TargetType to receive a notification, when the requested type of target is available in the proximity of the device.
 boolean TargetProperties.hasTargetType(TargetType type)
          Convenience method for checking if the detected target is of specified target type.
 void DiscoveryManager.removeTargetListener(TargetListener listener, TargetType targetType)
          Removes the TargetListener from the specified TargetType.
 



Copyright © 2004-2009 Nokia Corporation. All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.