![]() |
WE310F5
39.00.000
|
Structure for storing IPV6. More...
#include <m2mb_socket.h>
Data Fields | |
union { | |
UINT8 addr8 [16] | |
UINT16 addr16 [8] | |
UINT32 addr32 [4] | |
} | v6_v |
Structure for storing IPV6.
Definition at line 297 of file m2mb_socket.h.
UINT16 addr16[8] |
Definition at line 302 of file m2mb_socket.h.
UINT32 addr32[4] |
Definition at line 303 of file m2mb_socket.h.
UINT8 addr8[16] |
Definition at line 301 of file m2mb_socket.h.
union { ... } v6_v |