System.Tether.Comm.TTetheringNetworkServerCommMulticast.MulticastData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MulticastData(const AData: TBytes; const AHost: string; InitialPort, FinalPort: Integer);

C++

void __fastcall MulticastData(const System::DynamicArray<System::Byte> AData, const System::UnicodeString AHost, int InitialPort, int FinalPort);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Tether.Comm.pas
System.Tether.Comm.hpp
System.Tether.Comm TTetheringNetworkServerCommMulticast

Description

Sends data to a range of ports of an IP multicast group address.

MulticastData receives the following parameters:

  • AData is an array of bytes to send.
  • AHost is an IP multicast group address. Use an empty string to send your data to all networks of the organization that administers the local network (organization-local scope).
  • InitialPort and FinalPort indicate the range of ports where your data must be sent. Use the same value for both parameters to send your data to a single port.

See Also