Shengqi Chen
Shengqi Chen
缺硬盘.jpg
还有一个问题,官方没有表示允许。我上次发邮件问,官方也没理我。
考虑以后添加,不作为当前开发目标
有此计划,但我没有精力和能力进行相关改动
Sure you can implement it with the `transceive` API we provide by using appropriate commands. We actually *plan* to add more specific support for different types of tags/cards. However it...
This is possible, but will become a total different set of APIs. Maybe the foreground dispatch mode mentioned in #17 can work together with this Stream-like API.
It's something similar to Android's foreground dispatching (#17). In these modes, you do not have to actively call some API to poll a tag. The OS will call your handler...
https://developer.apple.com/documentation/corenfc/nfciso15693tag/3043799-customcommand https://developer.android.com/reference/android/nfc/tech/NfcV#transceive(byte[]) Android and iOS provide different interfaces on ISO15693. We might need to wrap around this.
@nicolasgarnet We do not have ISO 15693 tags currently. If you do, could your help with testing on: * iOS document for `customCommand` mentions `Sends a custom command (0xA0 to...
> Command : Get Sys Info Command 20 2B E0 2B 00 60 00 00 71 5B > > When I try to run transceiver command on a ISO15693 tag...