|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NDEFRecord | |
---|---|
javax.microedition.contactless.ndef | Provides functionality to exchange NDEF formatted data with other contactless targets. |
Uses of NDEFRecord in javax.microedition.contactless.ndef |
---|
Methods in javax.microedition.contactless.ndef that return NDEFRecord | |
---|---|
NDEFRecord |
NDEFMessage.getRecord(byte[] id)
Returns the NDEF record with the specified payload identifier. |
NDEFRecord |
NDEFMessage.getRecord(int index)
Returns the NDEF record from the specified index in the NDEF message. |
NDEFRecord[] |
NDEFMessage.getRecord(NDEFRecordType recordType)
Returns the NDEF records with specified record type. |
NDEFRecord[] |
NDEFMessage.getRecords()
Returns all NDEF records in the NDEF message. |
Methods in javax.microedition.contactless.ndef with parameters of type NDEFRecord | |
---|---|
void |
NDEFMessage.appendRecord(NDEFRecord record)
Adds a new NDEF record after the last NDEF record in the NDEF message. |
void |
NDEFMessage.insertRecord(int index,
NDEFRecord record)
Adds the specified NDEF record to the NDEF records at the specified index. |
void |
NDEFMessage.setRecord(int index,
NDEFRecord record)
Replaces the NDEF record at the specified index. |
Constructors in javax.microedition.contactless.ndef with parameters of type NDEFRecord | |
---|---|
NDEFMessage(NDEFRecord[] records)
Creates an NDEF message containing the specified NDEF records. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |