System.Bluetooth.TBluetoothGattServer.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

constructor Create(const AManager: TBluetoothLEManager);

C++

__fastcall TBluetoothGattServer(TBluetoothLEManager* const AManager);

プロパティ

種類 可視性 ソース ユニット
constructor public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattServer


説明

指定されたマネージャを使用する TBluetoothGattServer のインスタンスを作成します。

例外

例外 メッセージ シナリオ
EBluetoothLEAdvertiseDataException デバイスは、周辺機器モードはサポートしています。
  • Bluetooth は、Android デバイスをオフにします。
  • Android デバイスは、Bluetooth LE 広告をサポートしていません。

関連項目