![]() |
WE310F5
39.00.000
|
STA structure used in user callback to update the status of STA initialization. More...
#include <m2mb_profile.h>
Data Fields | |
UINT8 | IP [16] |
UINT8 | DNS [16] |
UINT8 | SubnetMask [16] |
UINT8 | Gateway [16] |
STA structure used in user callback to update the status of STA initialization.
STA structure used in user callback to update the status of STA initialization.
Definition at line 382 of file m2mb_profile.h.
UINT8 DNS[16] |
DNS IPv4 address
Definition at line 385 of file m2mb_profile.h.
UINT8 Gateway[16] |
IPv4 gateway address
Definition at line 387 of file m2mb_profile.h.
UINT8 IP[16] |
IPv4 Address of the interface
Definition at line 384 of file m2mb_profile.h.
UINT8 SubnetMask[16] |
IPv4 subnet mask
Definition at line 386 of file m2mb_profile.h.