System.Tether.Comm.TTetheringDataEvent

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

Delphi

TTetheringDataEvent = function(const Sender: TObject; const ADataBuffer: TClassicByteDynArray): TClassicByteDynArray of object;

C++

typedef System::Types::TClassicByteDynArray __fastcall (__closure *TTetheringDataEvent)(System::TObject* const Sender, const System::Types::TClassicByteDynArray ADataBuffer);

プロパティ

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


説明

バッファに格納されている指定データの前処理や後処理を実行するためのイベント ハンドラの型です。

このイベント ハンドラは次のイベントに必要です。

関連項目