System.Bluetooth.TBluetoothSocket.DoConnect
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.
- Note: You only need to call DoConnect on sockets that TBluetoothDevice.DoCreateClientSocket returns. Sockets that TBluetoothServerSocket.DoAccept returns are already connected.