Internet Direct (Indy)
Home
PreviousUpNext
TIdSocketListWindows.SetFDSet Method

Assigns a set of socket descriptors to the socket list.

Pascal
procedure SetFDSet(
    var VSet: TFDSet
);
Parameters 
Description 
VSet 
Set of socket descriptors to assign to the socket list. 

SetFDSet is a procedure used to assign the set of socket descriptors in VSet to the socket list. 

SetFDSet call Lock to protect access to resources in the socket list, and calls Unlock prior to exiting from the method. 

Use GetFDSet to read the current socket descriptor set for the socket list.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.