System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread_UDP.BroadcastCommand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual 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_UDP

Description

Sends a command string to remote network communication threads.

BroadcastCommand receives the following parameters:

  • AData is the command string to send.
  • AHost is an optional target host.

If you do not specify a specific target host, BroadcastCommand sends the specified command string to all devices in your subnetwork.

See Also