| uint32_t EI_API_ADP_isDhcpEnabled | ( | T * | pAdp_p, |
| bool * | pHwDhcpEnabled_p | ||
| ) |
This function returns the hardware settings.
The function returns true if the hardware settings are enabled. Otherwise false.
| [in] | pAdp_p | Pointer to the adapter. |
| [out] | pHwDhcpEnabled_p | Pointer to a boolean that is set to true if DHCP is enabled by hardware settings and false if not. |
| EI_API_ADP_eERR_OK | Success. |
| EI_API_ADP_eERR_GENERAL | General error. |