System.Tether.Manager.TProtocolCommandEvent

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

Delphi

TProtocolCommandEvent = procedure(const Sender: TObject; const AConnection: TTetheringCustomComm;
const ACommand: TTetheringCommand; var Response: TTetheringCommands) of object;

C++

typedef void __fastcall (__closure *TProtocolCommandEvent)(System::TObject* const Sender, System::Tether::Comm::TTetheringCustomComm* const AConnection, const TTetheringCommand &ACommand, TTetheringCommands &Response);

プロパティ

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


説明

警告: TProtocolCommandEvent は非推奨になっています。 TTetheringProfile.DoOnIncomingData を使用してください。

内部使用専用です。

このメンバーは使用しないでください。これは内部使用専用のものです。

関連項目