System.Bluetooth.TBluetoothSocket.Connected

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Connected: Boolean read GetConnected;

C++

__property bool Connected = {read=GetConnected, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothSocket


Description

Indique si le socket est connecté au périphérique distant (True) ou ne l'est pas (False).

Support de la plate-forme

Plate-forme Prise en charge Remarques

Windows 32 bits
Windows 64 bits

YesC++11Feature.png

OS X

YesC++11Feature.png

Android

YesC++11Feature.png
  • Dans les versions antérieures à 4.0, Connected vaut toujours True.

Voir aussi