System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread_Multicast.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_Multicast

Description

Sends a command string to remote network communication threads.

System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread Multicast.BroadcastCommand inherits from System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.BroadcastCommand. All content below this line refers to System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.BroadcastCommand.

Note: BroadcastCommand is an abstract method that TTetheringNetworkManagerCommunicationThread subclasses must implement.

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, the behavior of BroadcastCommand is specific of the implementation of TTetheringNetworkManagerCommunicationThread that you use.

See Also