BLUETOOTH_IO_CAPABILITY列挙は、Bluetooth デバイスの入出力機能を定義します。
構文
typedef enum _BLUETOOTH_IO_CAPABILITY {
BLUETOOTH_IO_CAPABILITY_DISPLAYONLY = 0x00,
BLUETOOTH_IO_CAPABILITY_DISPLAYYESNO = 0x01,
BLUETOOTH_IO_CAPABILITY_KEYBOARDONLY = 0x02,
BLUETOOTH_IO_CAPABILITY_NOINPUTNOOUTPUT = 0x03,
BLUETOOTH_IO_CAPABILITY_UNDEFINED = 0xff
} BLUETOOTH_IO_CAPABILITY;
定数
BLUETOOTH_IO_CAPABILITY_DISPLAYONLY値: 0x00 Bluetooth デバイスは、ディスプレイ経由でのみ出力できます。 |
BLUETOOTH_IO_CAPABILITY_DISPLAYYESNO値: 0x01 Bluetooth デバイスは、ディスプレイ経由で出力でき、ユーザーに対してはい/いいえの質問を表示するための追加機能を備えます。 |
BLUETOOTH_IO_CAPABILITY_KEYBOARDONLY値: 0x02 Bluetooth デバイスはキーボードによる入力が可能です。 |
BLUETOOTH_IO_CAPABILITY_NOINPUTNOOUTPUT値: 0x03 Bluetooth デバイスは入出力できません。 |
BLUETOOTH_IO_CAPABILITY_UNDEFINED値: 0xff Bluetooth デバイスの入出力機能は未定義です。 |
要件
| 要件 | 値 |
|---|---|
| サポートされている最小のクライアント | WINDOWS XP と SP2 [デスクトップ アプリのみ] |
| サポートされている最小のサーバー | サポートなし |
| Header | bluetoothapis.h (Bthsdpdef.h、BluetoothAPIs.h を含む) |