System.Bluetooth.Components.TBluetoothLE.SupportsGattClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SupportsGattClient: Boolean read GetSupportsGattClient;

C++

__property bool SupportsGattClient = {read=GetSupportsGattClient, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE

Description

Is True if the current platform supports using Bluetooth Low Energy as a client; it is False otherwise.

SupportsGattClient is True for the following platforms:

Platform Supported

Windows

8+

OS X

YesC++11Feature.png

iOS

5+

Android

4.3+

See Also