System.Bluetooth.TBluetoothServerSocket.DoClose

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoClose; virtual; abstract;

C++

virtual void __fastcall DoClose() = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothServerSocket


Description

Remarque : C'est une méthode abstraite qu'implémentent les sous-classes de TBluetoothServerSocket spécifiques à la plate-forme.

Ferme ce socket.

Close appelle DoClose.

Vous pouvez utiliser DoClose pour abandonner un appel à DoAccept à partir d'un thread différent.

Voir aussi