pub unsafe extern "C" fn esp_netif_dhcps_get_status(
    esp_netif: *mut esp_netif_obj,
    status: *mut u32
) -> i32
Expand description

@brief Get DHCP Server status

@param[in] esp_netif Handle to esp-netif instance @param[out] status If successful, the status of the DHCP server will be returned in this argument.

@return - ESP_OK