System.Tether.Manager.TProtocolCommandEvent

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager System.Tether.Manager

Description

Attention: TProtocolCommandEvent is deprecated. Please use TTetheringProfile.DoOnIncomingData.

For internal use only.

Do not use this member. It is for internal use only.

See Also