System.Tether.TCPProtocol.TTetheringTCPProtocol.StartCommunication

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

Delphi

procedure StartCommunication; override;

C++

virtual void __fastcall StartCommunication();

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Tether.TCPProtocol.pas
System.Tether.TCPProtocol.hpp
System.Tether.TCPProtocol TTetheringTCPProtocol


説明

プロトコルを、確立された接続のために用意します。

例外

StartCommunication への呼び出しは、次の例外のいずれかを発生させます:

Exception Exception.Message シナリオ

ETetheringException

TCP サーバーのオープンでエラー

メモ: StartCommunication は、Indy からの例外を発生させる場合があります(TIdTCPServer.Active)。

関連項目