最終更新:2020-03-17 (火) 06:47:27 (1491d)  

デバイスプロトコルAPI
Top / デバイスプロトコルAPI

http://msdn.microsoft.com/ja-jp/library/windows/apps/dn468255.aspx

Windows 8.1 では、すべての開発者がデバイス プロトコル API を使って、USB、Human Interface Devices (HID)、Bluetooth GATTBluetooth RFCOMM の各周辺機器と通信する Windows ストア アプリを作成できます。

デバイスプロトコルAPI名前空間アクセスの種類
USBWindows.Devices.Usb?排他的読み取りと排他的書き込み
Bluetooth GATTWindows.Devices.Bluetooth.GenericAttributeProfile?排他的読み取りと排他的書き込み
Bluetooth RFCOMMWindows.Devices.Bluetooth.Rfcomm?共有読み取りと共有書き込み
HIDWindows.Devices.HumanInterfaceDevice?共有読み取りと排他的書き込み

参考

関連