System.Bluetooth.TBluetoothGattServer.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const AManager: TBluetoothLEManager);

C++

__fastcall TBluetoothGattServer(TBluetoothLEManager* const AManager);

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.
  • Bluetooth ist auf Ihrem Android-Gerät ausgeschaltet.
  • Ihr Android-Gerät unterstützt Bluetooth LE-Bekanntgaben nicht.

Siehe auch