System.Bluetooth.TBluetoothSocket.Connect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Connect;

C++

void __fastcall Connect();

Properties

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

Description

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

Note: You only need to call Connect on sockets that TBluetoothDevice.CreateClientSocket returns. Sockets that TBluetoothServerSocket.Accept returns are already connected.

See Also