Click or drag to resize

wclBluetoothIoCapability Enumeration

The enumeration defines the input/output capabilities of a Bluetooth Device.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public enum wclBluetoothIoCapability
Members
Member nameValueDescription
iocapDisplayOnly0 The Bluetooth device is capable of output via display only.
iocapDisplayYesNo1 The Bluetooth device is capable of output via a display, and has the additional capability to presenting a yes/no question to the user.
iocapKeyboardOnly2 The Bluetooth device is capable of input via keyboard.
iocapNoInputNoOutput3 The Bluetooth device is not capable of input/output.
iocapDisplayKeyboard4 The Bluetooth device is capable of input via keyboard and of output via display.
iocapNotDefined5 The input/output capabilities for the Bluetooth device are undefined.
See Also