System.Bluetooth.TBluetoothGattServer.Create
Delphi
constructor Create(const AManager: TBluetoothLEManager);
C++
__fastcall TBluetoothGattServer(TBluetoothLEManager* const AManager);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattServer |
Description
Creates an instance of TBluetoothGattServer that uses the specified manager.
Exceptions
| Exception | Message | Scenarios |
|---|---|---|
| EBluetoothLEAdvertiseDataException | The device does not support peripheral mode |
|