Click or drag to resize

wclGattServerDoUnsubscribed Method

Fires the OnUnsubscribed event.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected virtual void DoUnsubscribed(
	wclGattServerClient Client,
	wclGattLocalCharacteristic Characteristic
)

Parameters

Client  wclGattServerClient
The wclGattServerClient object that unsubscribed.
Characteristic  wclGattLocalCharacteristic
The characteristic object for which writes is executing.
See Also