|
FireSync API
|
| 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).
| server | kDhcpServer object. |
| poolStart | Start IP address of pool. |
| poolSize | Size of the pool. |