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