Click or drag to resize

wclBluetoothConnectionType Enumeration

Supported connection types.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public enum wclBluetoothConnectionType
Members
Member nameValueDescription
ctRfCommClient0 RFCOMM client connection.
ctRfCommServer1 RFCOMM server connection.
ctGattClient2 BLE GATT client connection.
ctGattServer3 BLE GATT server connection.
ctBeaconWatcher4 BLE beacon watcher connection.
ctLeAdvertiser5 Bluetooth LE advertiser connection.
ctWiiRemote6 Wii Remote controller client connection.
See Also