System.Net.Socket.TFDSet Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ClearpublicRemoves the specified socket from the fd_set structure.
CreatepublicReturns an fd_set structure.
IsSetpublicReturns True if the specified socket is already part of the fd_set structure; it returns False otherwise.
operator ()public
operator Implicitpublic
SetpublicAdds the specified socket to the fd_set structure.
ZeropublicCorresponds with the FD_ZERO macro/function.