System.Net.Socket.TFDSet.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear(const ASocket: TSocket); overload;

C++

void __fastcall Clear(TSocket* const ASocket)/* overload */;

Properties

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

Description

Removes the specified socket from the fd_set structure.

Exceptions

A call to Clear can raise any of the following exceptions:

Exception Exception.Message Scenarios

ESocketError

Invalid socket handle

  • The socket handle of the specified socket is invalid. The socket handle of a socket may be invalid in any of the following scenarios:

See Also