System.Net.Socket.TFDSet.FdSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FdSet: PFd_set read GetFdSet;

C++

__property Winapi::Winsock2::PFdSet FdSet = {read=GetFdSet};

Properties

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

Description

A reference to the internal fd_set field.

See Also