System.Bluetooth.TBluetoothSocket.DoConnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoConnect; virtual; abstract;

C++

virtual void __fastcall DoConnect() = 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.

Starts a connection attempt of this socket to a remote device.

Connect calls DoConnect.

Note: You only need to call DoConnect on sockets that TBluetoothDevice.DoCreateClientSocket returns. Sockets that TBluetoothServerSocket.DoAccept returns are already connected.

See Also