System.Bluetooth.TBluetoothGattServer.OnClientSubscribed
Delphi
property OnClientSubscribed: TGattCharacteristicSubscriptionEvent read FOnClientSubscribed write FOnClientSubscribed;
C++
__property TGattCharacteristicSubscriptionEvent OnClientSubscribed = {read=FOnClientSubscribed, write=FOnClientSubscribed};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| event | public | System.Bluetooth.pas System.Bluetooth.hpp | System.Bluetooth | TBluetoothGattServer | 
Description
Occurs when a client subscribes to a characteristic of the GATT server.
The handler of this event receives the following arguments:
- Senderis the GATT server.
- AClientIDis the unique identifier of the subscribing client.
- ACharacteristicis the subscribed characteristic.