![]() |
WE310F5
39.00.000
|
DHCP server configuration for the device in AP mode. More...
#include <m2mb_ncm.h>
Data Fields | |
UINT32 | startIP |
UINT32 | endIP |
UINT32 | leaseTime |
DHCP server configuration for the device in AP mode.
This data structure allows the application to set DHCP server configuration information used in AP mode.
This data structure should be used to get/set the AP configuration by calling m2mb_ncm_get/set_cfg using opcode M2MB_NCM_CFG_OPCODE_DHCP_SERVER_CFG.
Definition at line 359 of file m2mb_ncm.h.
UINT32 endIP |
End IP address in dhcp server setting
Definition at line 362 of file m2mb_ncm.h.
UINT32 leaseTime |
Lease time setting in DHCP server
Definition at line 363 of file m2mb_ncm.h.
UINT32 startIP |
Start IP in dhcp server setting
Definition at line 361 of file m2mb_ncm.h.