Click or drag to resize

wclGattClientForceNotifications Property

Gets and sets the notifications mode.

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

Property Value

Boolean
The Boolean indicates the notifications mode.
Remarks
If this property set to True the characteristic value changes notification (and/or indication) will work correctly with some boards (such as Bluno, Bluno Meag and some others) that do not have Characteristic Client Configucation Descriptor.
See Also