| uint32_t EI_API_ADP_setHwConfigurable | ( | T * | pAdp_p, |
| bool | bHwConfigurable_p | ||
| ) |
Sets the capability to set the IP address by hardware.
Let the EtherNet/IP stack know that the IP address is configurable by hardware or not.
| [in] | pAdp_p | Pointer to the adapter. |
| [in] | bHwConfigurable_p | Hardware setting not configurable/configurable (0/1). |
| EI_API_ADP_eERR_OK | Success. |
| EI_API_ADP_eERR_GENERAL | General error. |