System.Tether.Comm.TTetheringNetworkServerCommMulticast.DoStartServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoStartServer: Boolean; override;

C++

virtual bool __fastcall DoStartServer();

Properties

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

Description

Starts the underlying multicast server and client.

StartServer calls DoStartServer.

See Also