Represents an IP address.

Syntax

typedef struct{
    unsigned long s_addr;
} in_addr;

Members

s_addr
Network Byte Order representation of the IPv4 address.
For example,the address "192.168.0.10" is represented as 0x0A00A8C0.

Requirements

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

Last updated: 2020/11/26