uint32_t EI_API_ADP_getIpConfig | ( | T * | pAdp, |
EI_API_ADP_SCurrentIpData_t * | currentIpData | ||
) |
Get current ip data.
This function delivers the current ip data also when the module runs in BOOTP or DHCP mode. These data are the IP address, the network mask, the gateway address, the addresses of nameServer1 and nameServer2 and the domain name.
[in] | pAdp | Pointer to the adapter. |
[out] | currentIpData | Pointer to the current ip data. |
EI_API_ADP_eERR_OK | Success. |
EI_API_ADP_eERR_GENERAL | General error. |