Uses of Class
javax.microedition.contactless.ndef.NDEFRecordType

Packages that use NDEFRecordType
javax.microedition.contactless Provides functionality common to all contactless targets. 
javax.microedition.contactless.ndef Provides functionality to exchange NDEF formatted data with other contactless targets. 
 

Uses of NDEFRecordType in javax.microedition.contactless
 

Methods in javax.microedition.contactless with parameters of type NDEFRecordType
 void DiscoveryManager.addNDEFRecordListener(NDEFRecordListener listener, NDEFRecordType recordType)
          Adds NDEFRecordListener for the specified NDEF record type.
 void DiscoveryManager.removeNDEFRecordListener(NDEFRecordListener listener, NDEFRecordType recordType)
          Removes the NDEFRecordListener from the specified NDEF record type.
 

Uses of NDEFRecordType in javax.microedition.contactless.ndef
 

Methods in javax.microedition.contactless.ndef that return NDEFRecordType
 NDEFRecordType NDEFRecord.getRecordType()
          Returns the record type of this record.
 NDEFRecordType[] NDEFMessage.getRecordTypes()
          Returns the record type objects of all NDEF records in the NDEF message.
 

Methods in javax.microedition.contactless.ndef with parameters of type NDEFRecordType
 NDEFRecord[] NDEFMessage.getRecord(NDEFRecordType recordType)
          Returns the NDEF records with specified record type.
 

Constructors in javax.microedition.contactless.ndef with parameters of type NDEFRecordType
NDEFRecord(NDEFRecordType recordType, byte[] id, byte[] payload)
          Creates a new NDEFRecord with specified record type, identifier and payload.
 



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