TwclGattServerClient.AfterSubscribed(TwclGattLocalCharacteristic) Method

The method called right after the client subscribed to a characteristic.

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

Parameters

Characteristic
Type: TwclGattLocalCharacteristic

A TwclGattLocalCharacteristic object represents the subscribed characteristic.

A derived class may override this method to provide additional initialization after client subscribed to the characteristic.