System.Bluetooth.TBluetoothLEManager.GetSupportsGattServer

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

Delphi

function GetSupportsGattServer: Boolean;

C++

bool __fastcall GetSupportsGattServer();

プロパティ

種類 可視性 ソース ユニット
function public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager


説明

現在のプラットフォームが Bluetooth Low Energy をサーバーとしてサポートしている場合、True を返します。そうでなければ、False を返します。

GetSupportsGattServer は次のプラットフォームの場合に True を返します。

プラットフォーム サポート対象

Windows

OS X

10.9 以上

iOS

6 以上

Android

SupportsGattServer の取得アクセサです。

関連項目