System.Tether.Comm.TTetheringNetworkServerCommMulticast.DoStartServer

From RAD Studio API Documentation
Revision as of 15:39, 29 March 2016 by AChaves (talk | contribs) (RS-75896)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function DoStartServer: Boolean; override;

C++

virtual bool __fastcall DoStartServer(void);

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