System.Tether.Comm.TTetheringNetworkServerCommMulticast

From RAD Studio API Documentation
Jump to: navigation, search

System.Tether.Comm.TTetheringCustomServerCommSystem.TObjectTTetheringNetworkServerCommMulticast

Delphi

TTetheringNetworkServerCommMulticast = class(TTetheringCustomServerComm)

C++

class PASCALIMPLEMENTATION TTetheringNetworkServerCommMulticast : public TTetheringCustomServerComm

Properties

Type Visibility Source Unit Parent
class public
System.Tether.Comm.pas
System.Tether.Comm.hpp
System.Tether.Comm System.Tether.Comm

Description

Handles communication based on IP with multicast addresses.

An instance of TTetheringNetworkServerCommMulticast can use only one IP version. You must pass the IP version that you want to use to the constructor.

After you create an instance of TTetheringNetworkServerCommMulticast, use the Target property to define the port where your instance listens for incoming data.

When you create an instance of TTetheringNetworkServerCommMulticast, that instance is not active by default. You must start them manually.

When an instance of TTetheringNetworkServerCommMulticast is active, use MulticastData to send data and OnMulticastData to handle received data.

TTetheringNetworkServerCommMulticast also provides events for:

See Also