System.Bluetooth.TBluetoothLEManager.GetConnectionState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetConnectionState: TBluetoothConnectionState; virtual; abstract;

C++

virtual TBluetoothConnectionState __fastcall GetConnectionState() = 0 ;

Properties

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

Description

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

Getter of ConnectionState.

See Also