Click or drag to resize

wclGattLocalServiceDiscoverable Property

Gets or sets a boolean indicating that the GATT service is discoverable.

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

Property Value

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