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