API:System.Tether.NetworkAdapter.TTetheringNetworkAdapterCommon.GetAutomaticTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAutomaticTimeout: Cardinal; override;

C++

virtual unsigned __fastcall GetAutomaticTimeout();

Properties

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

Description

Returns the timeout period to discover remote managers

System.Tether.NetworkAdapter.TTetheringNetworkAdapterCommon.GetAutomaticTimeout inherits from System.Tether.Manager.TTetheringAdapter.GetAutomaticTimeout. All content below this line refers to System.Tether.Manager.TTetheringAdapter.GetAutomaticTimeout.

Note: This is an abstract method that technology-specific subclasses of Tethering adapter implement.

Returns the timeout period to discover remote managers.

See Also