Click or drag to resize

wclGattLocalCharacteristicError Property

Gets the characteristic's publishing error.

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

Property Value

Int32
One of the WCL error code that indicates why characteristic has not been added.
Remarks
If adding characteristic to the service was failed this property contains the failure reason code.
See Also