Click or drag to resize

wclGattClientConnectionUnsubscribe Method

Unsubscribes from the characteristic changes notifications.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public int Unsubscribe(
	wclGattCharacteristic Characteristic
)

Parameters

Characteristic  wclGattCharacteristic
A characteristic object in that changes an application is not interested any more.

Return Value

Int32
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.
Remarks
The method does not change Client Configuration Descriptor value. Application must do it by itself or by calling the WriteClientConfiguration method.
See Also