System.Bluetooth.TBluetoothLEManager.GetSupportsGattServer
Delphi
function GetSupportsGattServer: Boolean;
C++
bool __fastcall GetSupportsGattServer(void);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEManager |
説明
現在のプラットフォームが Bluetooth Low Energy をサーバーとしてサポートしている場合、True を返します。そうでなければ、False を返します。
GetSupportsGattServer は次のプラットフォームの場合に True を返します。
| プラットフォーム | サポート対象 |
|---|---|
|
Windows |
|
|
Mac OS X |
10.9 以上 |
|
iOS |
6 以上 |
|
Android |
SupportsGattServer の取得アクセサです。