System.Bluetooth.TBluetoothGattServer.DoClose
Delphi
procedure DoClose; virtual; abstract;
C++
virtual void __fastcall DoClose(void) = 0 ;
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
procedure function |
protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattServer |
Beschreibung
Hält Ihren GATT-Server an.
- Hinweis: Dies ist eine abstrakte Methode, die von plattformspezifischen Unterklassen von TBluetoothGattServer implementiert wird.