System.Bluetooth.TBluetoothSocket.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 TBluetoothSocket

Description

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

Closes this socket.

Close calls DoClose.

See Also