System.Bluetooth.Components.TBluetoothLE.SupportsGattServer

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

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

関連項目