如何在 Flex 中与指纹或扫描仪连接/通信
我想在 adobe flex/air 中编写应用程序,通过它我可以与指纹读取器、扫描仪等硬件设备进行通信/连接。
有什么办法可以做到吗?
flex/air 是否支持与以下设备的硬件交互。
I want to write application in adobe flex/air through which I can communicate/connect with hardware devices such as Fingerprint reader, scanner.
Is there any way to do so?
Is flex/air support hardware interaction with the following devices.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用本机扩展,则可以在 AIR 中实现这一点。
您必须为每个平台编写单独的本机扩展并编译单独的应用程序版本。
Mac 的本机扩展示例。
Mac 和 Windows 的 C++ 原生扩展示例。
It's possible in AIR if you use native extensions.
You will have to write a separate native extension for each platform and compile separate application versions.
Native extension example for Mac.
Native extension example for Mac and Windows in C++.