TwclGattServerClient.AfterUnsubscribed(TwclGattLocalCharacteristic) Method

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

Namespace: wclBluetooth
protected
 procedure AfterUnsubscribed(
 const Characteristic: TwclGattLocalCharacteristic); virtual;

Parameters

Characteristic
Type: TwclGattLocalCharacteristic

A TwclGattLocalCharacteristic object represents the unsubscribed characteristic.

A derived class may override this method to provide additional finalization after client unsubscribed from the characteristic.