TwclGattServer.DoSubscribed(TwclGattServerClient,TwclGattLocalCharacteristic) Method

Fires the OnSubscribed event.

Namespace: wclBluetooth
protected
 procedure DoSubscribed(const Client: TwclGattServerClient;
 const Characteristic: TwclGattLocalCharacteristic); virtual;

Parameters

Client
Type: TwclGattServerClient

The TwclGattServerClient object that subscribed.

Characteristic
Type: TwclGattLocalCharacteristic

The characteristic object for which writes is executing.