API:System.Tether.BluetoothAdapter.TTetheringBluetoothAdapter.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.BluetoothAdapter.pas
System.Tether.BluetoothAdapter.hpp
System.Tether.BluetoothAdapter TTetheringBluetoothAdapter

Description

Returns the timeout period to discover remote managers

System.Tether.BluetoothAdapter.TTetheringBluetoothAdapter.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