| uint32_t EI_API_ADP_getIpAddr | ( | T * | pAdp_p, |
| uint32_t * | pIpAddr_p | ||
| ) |
Get the IP address of the selected adapter (Instance Attribute ID: 5).
Function that returns the IP address of the adapter selected by parameter pAdp_p in output parameter pIpAddr_p.
| [in] | pAdp_p | Pointer to the adapter. |
| [out] | pIpAddr_p | uint32_t pointer to IP address of the adapter specified by parameter pAdp_p. |
| EI_API_ADP_eERR_OK | Success. |
| EI_API_ADP_eERR_GENERAL | General error. |