Click or drag to resize

wclBluetoothDeviceType Enumeration

A remote device types.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public enum wclBluetoothDeviceType
Members
Member nameValueDescription
dtClassic0 Classic Bluetooth device.
dtBle1 BLE (Bluetooth Low Energy) device.
dtMixed2 Mixed device (supports both classic and LE functions).
dtUnknown3 Unknown device type.
See Also