System.Bluetooth.TBluetoothSocket.Connect

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure Connect;

C++

void __fastcall Connect();

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothSocket


説明

このソケットからリモート デバイスへの接続の試みを開始します。

メモ: TBluetoothDevice.CreateClientSocket から返されるソケットに対してのみ Connect を呼び出す必要があります。TBluetoothServerSocket.Accept から返されるソケットは、既に接続済みです。

関連項目