WL865E4-P  36.07.001
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 347 of file m2mb_socket.h.

Field Documentation

◆ a

union { ... } a

Address union.

◆ addr4

IPv4 address.

Definition at line 353 of file m2mb_socket.h.

◆ addr6

IPv6 address.

Definition at line 355 of file m2mb_socket.h.

◆ type

UINT16 type

AF_INET or AF_INET6.

Definition at line 349 of file m2mb_socket.h.


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