System.Bluetooth.TBluetoothGattServer.Create
Delphi
constructor Create(const AManager: TBluetoothLEManager);
C++
__fastcall TBluetoothGattServer(TBluetoothLEManager* const AManager);
Inhaltsverzeichnis
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| constructor | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattServer |
Beschreibung
Erstellt eine Instanz von TBluetoothGattServer, die den angegebenen Manager verwendet.
Exceptions
| Exception | Meldung | Szenarien |
|---|---|---|
| EBluetoothLEAdvertiseDataException | Das Gerät unterstützt den Peripheriemodus nicht. |
|