System.Bluetooth.TBluetoothSocket.GetConnected

From RAD Studio API Documentation

Delphi

function GetConnected: Boolean; virtual; abstract;

C++

virtual bool __fastcall GetConnected() = 0 ;

Properties

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

Description

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

Getter of Connected.

Platform Support

Platform Supported Notes

32-bit Windows
64-bit Windows

OS X

Android

  • In versions earlier than 4.0, GetConnected always returns True.

See Also