System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.BroadcastCommand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BroadcastCommand(const AData: string; const AHost: string = '');

C++

void __fastcall BroadcastCommand(const System::UnicodeString AData, const System::UnicodeString AHost = System::UnicodeString());

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Tether.NetworkAdapter.pas
System.Tether.NetworkAdapter.hpp
System.Tether.NetworkAdapter TTetheringNetworkManagerCommunicationThread

Description

Broadcasts a command to other managers.

Accepts the following parameters:

  • Adata: Data to be sent.
  • AHost: Optional parameter that specifies to which host the data is sent.

BroadcastCommand calls the BroadcastData function of the server that was initialized in the constructor.

See Also