BLUETOOTH_IO_CAPABILITY列舉 (bluetoothapis.h)
BLUETOOTH_IO_CAPABILITY列舉會定義藍牙裝置的輸入/輸出功能。
Syntax
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_IO_CAPABILITY_DISPLAYYESNO 值: 0x01 藍牙裝置能夠透過顯示器輸出,並具備向用戶呈現是/否問題的額外功能。 |
BLUETOOTH_IO_CAPABILITY_KEYBOARDONLY 值: 0x02 藍牙裝置能夠透過鍵盤輸入。 |
BLUETOOTH_IO_CAPABILITY_NOINPUTNOOUTPUT 值: 0x03 藍牙裝置無法輸入/輸出。 |
BLUETOOTH_IO_CAPABILITY_UNDEFINED 值: 0xff 藍牙裝置的輸入/輸出功能未定義。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 具有 SP2 的 Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | 都不支援 |
標頭 | bluetoothapis.h (包括 Bthsdpdef.h、BluetoothAPIs.h) |