FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kDhcpServer_SetPool ( kDhcpServer  server,
kIpAddress  poolStart,
k32u  poolSize 
)

Sets the DHCP IP address pool start and size.

This method can only be called before calling kDhcpServer_Start. One have to set DHCP pool start address (e.g. 192.168.1.10) and the size of the DHCP address pool (e.g. 10, so address server can lease address in the range from 192.168.1.10 to 192.168.1.20).

Parameters
serverkDhcpServer object.
poolStartStart IP address of pool.
poolSizeSize of the pool.
Returns
Operation status.