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