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