Click or drag to resize

wclGattClientUnsubscribe 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,
	wclGattSubscribeKind SubscribeKind = wclGattSubscribeKind.skManual
)

Parameters

Characteristic  wclGattCharacteristic
A characteristic object in that changes an application is not interested any more.
SubscribeKind  wclGattSubscribeKind  (Optional)
Indicates a characteristic value change notification method that should be used. If a characteristic has both IsIndicatable and IsNotifiable properties set then this parameter allows to control which notification method should be used.

Return Value

Int32
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.
See Also