c++ - COM接口驱动程序,如何使用?
PHP中文网
PHP中文网 2017-04-17 11:34:28
0
0
300

以下为这个接口的文档的相关简介。
是说这个设备驱动接口是一个COM接口用于连接硬件和PC端应用,这个接口程序提供两个接口,ICmpDevice和IDeviceChannel。这个驱动程序是用C++&MFC编写,我想知道我该如何使用这个接口,也就是说假设我使用C++语言使用该接口该如何使用?又或者是否可以使用C#呢?是该将这个驱动程序项目加入解决方案在另一个项目中调用?还是其他呢?

  • Overview
    The Device Driver Interface is a COM interface that allows communication between hardware and PC applications.
  • Interfaces
    There are two interfaces to talk to, the Device interface (ICmpDevice), and the inpidual Channel interface (IDeviceChannel).
    Device wide properties and methods (data, configuration) are accessed through ICmpDevice, while inpidual channel settings (sample rate, gains) are access through the IDeviceChannel.
PHP中文网
PHP中文网

认证高级PHP讲师

全部回覆(0)
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!