|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |