Click or drag to resize

wclGattServerClientAfterUnsubscribed Method

The method called right after the client unsubscribed from a characteristic.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected virtual void AfterUnsubscribed(
	wclGattLocalCharacteristic Characteristic
)

Parameters

Characteristic  wclGattLocalCharacteristic
A wclGattLocalCharacteristic object represents the unsubscribed characteristic.
Remarks
A derived class may override this method to provide additional finalization after client unsubscribed from the characteristic.
See Also