System.Bluetooth.TBluetoothSocket.DoConnect

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

Delphi

procedure DoConnect; virtual; abstract;

C++

virtual void __fastcall DoConnect() = 0 ;

プロパティ

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


説明

メモ: これは、TBluetoothSocket のプラットフォーム固有のサブクラスで実装される抽象メソッドです。

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

DoConnectConnect から呼び出されます。

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

関連項目