System.Net.Socket.TFDSet.MaxFd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxFd: Integer read GetMaxFd;

C++

__property int MaxFd = {read=GetMaxFd};

Properties

Type Visibility Source Unit Parent
property public
System.Net.Socket.pas
System.Net.Socket.hpp
System.Net.Socket TFDSet

Description

Depending on the platform, it returns either the highest numerical value out of all the socket handles within the set or the actual number of socket handles in the set.

See Also