繁体   English   中英

如何使用Cocoa访问IR(红外接收器)?

[英]How to access the IR (Infrared receiver) with Cocoa?

我需要使用cocoa访问IR的原始数据,但不仅仅是从Apple Remote接收到的。 我看到了这个https://github.com/martinkahr/apple_remote_control但它只适用于Apple Remote。

只需快速浏览您链接的源代码,您看到的就是I / O Kit。 特别是HID(人类输入设备方面)。

http://developer.apple.com/library/mac/#documentation/DeviceDrivers/Conceptual/IOKitFundamentals/Introduction/Introduction.html

这似乎是Mac OS应用程序与硬件本身之间的桥接层。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM