System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread_Multicast.StartListening

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function StartListening(const ATarget: string): Boolean; override;

C++

virtual bool __fastcall StartListening(const System::UnicodeString ATarget);

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.NetworkAdapter.pas
System.Tether.NetworkAdapter.hpp
System.Tether.NetworkAdapter TTetheringNetworkManagerCommunicationThread_Multicast

Description

Starts listening for incoming connections on the specified port (ATarget), and returns True on success or False otherwise.