TwclBluetoothIoCapability Enumeration

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

Namespace: wclBluetooth
type
 TwclBluetoothIoCapability = (
 iocapDisplayOnly,
 iocapDisplayYesNo,
 iocapKeyboardOnly,
 iocapNoInputNoOutput,
 iocapDisplayKeyboard,
 iocapNotDefined
 );

The TwclBluetoothIoCapability type exposes the following members.

Show:
 NameDescription
iocapDisplayKeyboard

The Bluetooth device is capable of input via keyboard and of output via display.

iocapDisplayOnly

The Bluetooth device is capable of output via display only.

iocapDisplayYesNo

The Bluetooth device is capable of output via a display, and has the additional capability to presenting a yes/no question to the user.

iocapKeyboardOnly

The Bluetooth device is capable of input via keyboard.

iocapNoInputNoOutput

The Bluetooth device is not capable of input/output.

iocapNotDefined

The input/output capabilities for the Bluetooth device are undefined.

Top