System.Bluetooth.TBluetoothSocket.GetConnected
Delphi
function GetConnected: Boolean; virtual; abstract;
C++
virtual bool __fastcall GetConnected(void) = 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 |  | |
| Mac OS X |  | |
| Android |  | 
 |