System.Tether.Manager.TTetheringProfile.DoReceiveCommand

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

Delphi

function DoReceiveCommand(const AConnection: TTetheringConnection): TTetheringCommand; virtual;

C++

virtual TTetheringCommand __fastcall DoReceiveCommand(TTetheringConnection* const AConnection);

プロパティ

種類 可視性 ソース ユニット
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile


説明

指定された接続プロトコルから受信したデータを基に、TTetheringCommand のインスタンスを構築して返します。

ReceiveCommandDoReceiveCommand を呼び出します。

関連項目