Click or drag to resize

wclGattLocalCharacteristicAdded Property

Gets the characteristic's status.

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

Property Value

Boolean
True if the characteristic has been successfully added to the local GATT service, False otherwise.
See Also