将十六进制NDEF消息写入NFC标签

时间:2012-11-30 13:55:06

标签: android tags hex nfc ndef

我们可以使用十六进制演示文稿将整个NDEF消息写入NFC标签吗? http://www.developer.nokia.com/Community/Wiki/Understanding_NFC_Data_Exchange_Format_(NDEF)_messages

1 个答案:

答案 0 :(得分:1)

我自己没试过,但是: 如果无法创建十六进制消息,请使用toBytes / toByteArray或不使用

 NdefMessage(byte[] data)

通过解析原始字节构造NDEF消息。 考虑到十六进制只是字节的表示,这应该适合你。

更多信息 http://developer.android.com/reference/android/nfc/NdefMessage.html