API:System.Tether.BluetoothAdapter.TTetheringBluetoothAdapter.MaxConnections

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MaxConnections: Integer; override;

C++

virtual int __fastcall MaxConnections();

Properties

Type Visibility Source Unit Parent
function public
System.Tether.BluetoothAdapter.pas
System.Tether.BluetoothAdapter.hpp
System.Tether.BluetoothAdapter TTetheringBluetoothAdapter

Description

Returns the maximum number of connections to a manager

System.Tether.BluetoothAdapter.TTetheringBluetoothAdapter.MaxConnections inherits from System.Tether.Manager.TTetheringAdapter.MaxConnections. All content below this line refers to System.Tether.Manager.TTetheringAdapter.MaxConnections.

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

Returns the maximum number of connections to a manager.

The maximum number of connections to the manager depends on the communications technology that is used for tethering:

See Also