TwclBluetoothConnectionType Enumeration

Supported connection types.

Namespace: wclBluetooth
type
 TwclBluetoothConnectionType = (
 ctRfCommClient,
 ctRfCommServer,
 ctGattClient,
 ctGattServer,
 ctBeaconWatcher,
 ctLeAdvertiser,
 ctWiiRemote
 );

The TwclBluetoothConnectionType type exposes the following members.

Show:
 NameDescription
ctBeaconWatcher

BLE beacon watcher connection.

ctGattClient

BLE GATT client connection.

ctGattServer

BLE GATT server connection.

ctLeAdvertiser

Bluetooth LE advertiser connection.

ctRfCommClient

RFCOMM client connection.

ctRfCommServer

RFCOMM server connection.

ctWiiRemote

Wii Remote controller client connection.

Top