System.Bluetooth.TBluetoothSocket.GetConnected

From RAD Studio API Documentation
Jump to: navigation, search

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

YesC++11Feature.png

OS X

YesC++11Feature.png

Android

YesC++11Feature.png
  • In versions earlier than 4.0, GetConnected always returns True.

See Also