System.Tether.NetworkAdapter.TTetheringNetworkAdapter.DoDiscoverManagers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoDiscoverManagers(Timeout: Cardinal; const ATargetList: TTetheringTargetHosts); overload; override;

C++

virtual void __fastcall DoDiscoverManagers(unsigned Timeout, const System::DynamicArray<System::UnicodeString> ATargetList)/* overload */;

Properties

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

Description

Starts the discovery of remote managers for connection to the Manager of the network adapter.

By default, the manager performs the discovery on the subnet of the local area network (LAN) where the device running your application is.

Use the ATargetList parameter to specify a list of one or more IP addresses or subnets where you want to discover remote managers. To define a subnet, provide an IP address with a 0 as its fourth number; for example, "192.168.4.0" represents the 192.168.4.x subnet.

Note: You can not specify wider subnets. For example, "192.168.0.0" is not supported.

See Also