System.Tether.Manager.TTetheringAdapter.MaxConnections

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MaxConnections: Integer; virtual; abstract;

C++

virtual int __fastcall MaxConnections() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter

Description

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