WE310F5  39.00.000
M2MB_NCM_DHCP_SERVER_CFG Struct Reference

DHCP server configuration for the device in AP mode. More...

#include <m2mb_ncm.h>

Data Fields

UINT32 startIP
 
UINT32 endIP
 
UINT32 leaseTime
 

Detailed Description

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.

Field Documentation

◆ endIP

UINT32 endIP

End IP address in dhcp server setting

Definition at line 362 of file m2mb_ncm.h.

◆ leaseTime

UINT32 leaseTime

Lease time setting in DHCP server

Definition at line 363 of file m2mb_ncm.h.

◆ startIP

UINT32 startIP

Start IP in dhcp server setting

Definition at line 361 of file m2mb_ncm.h.


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