System.Bluetooth.TGattServiceEvent
Delphi
TGattServiceEvent = procedure(const Sender: TObject; const AService: TBluetoothGattService;
const AGattStatus: TBluetoothGattStatus) of object;
C++
typedef void __fastcall (__closure *TGattServiceEvent)(System::TObject* const Sender, TBluetoothGattService* const AService, const TBluetoothGattStatus AGattStatus);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
type typedef |
public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | System.Bluetooth |
Description
Type du gestionnaire d'événement pour l'événement TBluetoothGattServer.OnServiceAdded.