System.Bluetooth.Components.TBluetoothLE.SupportsGattServer
Delphi
property SupportsGattServer: Boolean read GetSupportsGattServer;
C++
__property bool SupportsGattServer = {read=GetSupportsGattServer, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp |
System.Bluetooth.Components | TBluetoothLE |
説明
現在のプラットフォームで Bluetooth LE をサーバーとして使用できる場合は True、そうでなければ False となります。
SupportsGattServer は、次のプラットフォームに対して True となります:
| プラットフォーム | サポート対象 |
|---|---|
|
Windows |
|
|
OS X |
10.9 以上 |
|
iOS |
6 以上 |
|
Android |