Replies: 1 comment 3 replies
-
Hi @cmays20, thank you for reaching out. The implementation of the For example:
I assume that an error is thrown on iOS in case of an error and Android communicates this via the status bits instead. Can you confirm this assumption? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am new to this plugin, so forgive me if I am just not using it properly. I am using the transceive method to send commands to an NFC Chip. It seems like the Number[] being returned contains the response bits, but it doesn't contain the status bits (typically the last two bits in the array). On Android, we are getting the last two bits. Is anyone else seeing this behavior? Is there a way to make it get the full return payload? Should the TransceiveResult object contain a separate field for the status bits?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions