![]() |
WL865E4-P
36.07.001
|
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 323 of file m2mb_ncm.h.
UINT32 endIP |
End IP address in dhcp server setting
Definition at line 326 of file m2mb_ncm.h.
UINT32 leaseTime |
Lease time setting in DHCP server
Definition at line 327 of file m2mb_ncm.h.
UINT32 startIP |
Start IP in dhcp server setting
Definition at line 325 of file m2mb_ncm.h.