System.Bluetooth.TBluetoothServerSocket.Close

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Close;

C++

void __fastcall Close();

Properties

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

Description

Closes this socket.

You can use Close to abort a call to Accept from a different thread.

See Also