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

以下为这个接口的文档的相关简介。
是说这个设备驱动接口是一个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 学習者の迅速な成長を支援します!