System.Curl.curl_waitfd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

curl_waitfd = record

C++

struct DECLSPEC_DRECORD curl_waitfd
{
public:
    curl_socket_t fd;
    short events;
    short revents;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
System.Curl.pas
System.Curl.hpp
System.Curl System.Curl

Description

Embarcadero Technologies does not currently have any additional information.