System.Bluetooth.TBluetoothLEDevice.GetIsConnected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsConnected: Boolean; virtual; abstract;

C++

virtual bool __fastcall GetIsConnected() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEDevice

Description

Note: This is an abstract method that platform-specific subclasses of TBluetoothLEDevice implement.

Returns True if the device is connected.

IsConnected calls GetIsConnected.

See Also