System.Tether.NetworkAdapter.TTetheringNetworkAdapter.MaxConnections

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MaxConnections: Integer; override;

C++

virtual int __fastcall MaxConnections(void);

Properties

Type Visibility Source Unit Parent
function public
System.Tether.NetworkAdapter.pas
System.Tether.NetworkAdapter.hpp
System.Tether.NetworkAdapter TTetheringNetworkAdapter

Description

Returns the maximum number of TCP connections to a TTetheringNetworkAdapter.

According to TTetheringTCPProtocol, the maximum number of TCP connections to a TTetheringNetworkAdapter is 66.

See Also