System.Bluetooth.TBluetoothLEDevice.DoOnServicesDiscovered
Delphi
procedure DoOnServicesDiscovered(const Sender: TObject; const AServiceList: TBluetoothGattServiceList); virtual;
C++
virtual void __fastcall DoOnServicesDiscovered(System::TObject* const Sender, TBluetoothGattServiceList* const AServiceList);
Inhaltsverzeichnis
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEDevice |
Beschreibung
Dispatcher des Ereignisses OnServicesDiscovered.
DoDiscoverServices ruft bei Beendigung der Dienstermittlung DoOnServicesDiscovered auf. Wenn die Ermittlung erfolgreich war, können Sie mit der Eigenschaft Services auf die gefundenen Dienste zugreifen.
Plattformunterstützung
Plattform | Bluetooth Low Energy | |
---|---|---|
Client | Server | |
Windows |
8+ |
|
OS X |
10.7+ |
10.9+ |
iOS |
5+ |
6+ |
Android |
4.3+ |