Represents a socket address.

Syntax

struct sockaddr
{
    unsigned short sa_family;
    unsigned char  sa_data[14];
};

Remarks

This library uses sockaddr_in structure instead of the sockaddr structure.
When using a function that references a sockaddr structure, define the sockaddr_in structure and cast it to the sockaddr structure.

Requirements

Header file:
lib.h
Library file:
libSTARTUPOPH5000.a

Last updated: 2020/11/26