Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 NFC 应用程序中,我遇到了一个命令,该命令似乎需要比transceive()方法允许的更多时间来响应。结果我得到了一个TagLost异常。
transceive()
有标签的方法setTimeout(int timeout),IsoDep但 afaik 没有NfcV标签。
setTimeout(int timeout)
IsoDep
NfcV
有谁知道是否有办法增加NfcV操作的超时值?