TwclGattServer.DoUnsubscribed(TwclGattServerClient,TwclGattLocalCharacteristic) Method

Fires the OnUnsubscribed event.

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

Parameters

Client
Type: TwclGattServerClient

The TwclGattServerClient object that unsubscribed.

Characteristic
Type: TwclGattLocalCharacteristic

The characteristic object for which writes is executing.