WE310F5  39.00.000
M2MB_IP46_ADDR Struct Reference

Socket IPv4/IPv6 Internet address union. More...

#include <m2mb_socket.h>

Data Fields

UINT16 type
 
union {
   M2MB_IP4_ADDR_T   addr4
 
   M2MB_IP6_ADDR_T   addr6
 
a
 

Detailed Description

Socket IPv4/IPv6 Internet address union.

Definition at line 386 of file m2mb_socket.h.

Field Documentation

◆ a

union { ... } a

Address union.

◆ addr4

IPv4 address.

Definition at line 392 of file m2mb_socket.h.

◆ addr6

IPv6 address.

Definition at line 394 of file m2mb_socket.h.

◆ type

UINT16 type

AF_INET or AF_INET6.

Definition at line 388 of file m2mb_socket.h.


The documentation for this struct was generated from the following file: