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

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

Uses of NDEFMessage in javax.microedition.contactless.ndef
 

Methods in javax.microedition.contactless.ndef that return NDEFMessage
 NDEFMessage NDEFRecord.getNestedNDEFMessage(int offset)
          Returns the nested NDEF message from the record payload.
 NDEFMessage NDEFTagConnection.readNDEF()
          Reads NFC Forum formatted data from the target.
 

Methods in javax.microedition.contactless.ndef with parameters of type NDEFMessage
 void NDEFRecordListener.recordDetected(NDEFMessage ndefMessage)
          Called by the platform, when the requested NDEF record type is discovered by the device from the contactless target.
 void NDEFTagConnection.writeNDEF(NDEFMessage message)
          Writes NFC Forum formatted data in the NDEF message to the target.
 



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