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

以下为这个接口的文档的相关简介。
是说这个设备驱动接口是一个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讲师

Antworte allen(0)
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!