System.Curl.curl_sockaddr
Delphi
curl_sockaddr = record
C++
struct DECLSPEC_DRECORD curl_sockaddr
{
public:
int family;
int socktype;
int protocol;
unsigned addrlen;
sockaddr addr;
};
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.