| uint32_t EI_API_ADP_getHostName | ( | T * | pAdp_p, |
| char * | pHostName_p | ||
| ) |
Get the host name (Instance Attribute ID: 6).
Function that returns a pointer to the host name of the adapter selected by parameter pAdp_p.
| [in] | pAdp_p | Pointer to the adapter. |
| [out] | pHostName_p | Character array with host name. |
| EI_API_ADP_eERR_OK | Success. |
| EI_API_ADP_eERR_GENERAL | General error. |