System.Tether.Manager.TTetheringAdapter.MaxConnections
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:
- For network technology, the maximum number of TCP connections to the TTetheringNetworkAdapterCommon is 66.
- For Bluetooth technology, the maximum number of connections to the TTetheringBluetoothAdapter is 6.