nfc - Android - How many transceive operations are performed for ndef.writeNdefMessage()? -
when use nfca, need use separate transceive operation each page of data needs written. if app needs write 64 bytes of data 16 pages, needs perform 16 transceive operations.
my question is, if want write same 64 bytes of data using ndef, result in 16 transceive operations or less (or more)?
i ask because getting devices nfc radios seems malfunctioning after period of intense usage - has started happening since switched ndef nfca, wondering whether may down possibility of number of transceive operations ndef being less nfca.
Comments
Post a Comment