Click or drag to resize

wclGattLocalServiceConnectable Property

Gets or sets a boolean that indicates if the GATT service is connectable.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public bool Connectable { get; set; }

Property Value

Boolean
A boolean that indicates if the GATT service is connectable.
Exceptions
ExceptionCondition
wclEGattServer
Remarks
If the service has been published and an application changes the property the wclEGattServer exception raises.
See Also