最終更新:2014-02-12 (水) 11:21:52 (3719d)  

HClient
Top / HClient

http://code.msdn.microsoft.com/windowshardware/HClient-HID-Sample-4ec99697

Description

  • The HClient sample code describes how to write a user-mode client application to communicate with devices that conform to the HID device class specification.
  • This topic is useful to application writers who need to develop a user-mode application that communicates with and extracts information from an HID-compatible device. This sample illustrates the method for detecting HID devices, opening those HID devices for communication, and extracting and formatting the data into or from device reports.

ビルド

  • cd path/to/hclient
  • build

参考