System.Bluetooth.TBluetoothServerSocket.DoClose

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoClose; virtual; abstract;

C++

virtual void __fastcall DoClose() = 0 ;

Properties

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

Description

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

Closes this socket.

Close calls DoClose.

You can use DoClose to abort a call to DoAccept from a different thread.

See Also