System.Tether.Manager.TTetheringProfile.ReceiveCommand

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

Delphi

function ReceiveCommand(const AProfile: TTetheringProfileInfo): TTetheringCommand; overload;
function ReceiveCommand(const AConnection: TTetheringConnection): TTetheringCommand; overload;

C++

TTetheringCommand __fastcall ReceiveCommand(const TTetheringProfileInfo &AProfile)/* overload */;
TTetheringCommand __fastcall ReceiveCommand(TTetheringConnection* const AConnection)/* overload */;

プロパティ

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


説明

指定された接続プロトコルまたは指定されたリモート プロファイル接続のプロトコルから受信したデータで作成した TTetheringCommand インスタンスを返します。

ReceiveCommand では DoReceiveCommand を呼び出します。

関連項目