| uint32_t EI_API_ADP_setProductCode | ( | T * | pAdp_p, |
| uint16_t | productCode_p | ||
| ) |
Set the adapter Product Code (Instance Attribute ID: 3).
Function that sets the product code of the adapter selected by parameter pAdp_p.
| [in] | pAdp_p | Pointer to the adapter. |
| [in] | productCode_p | New product code. |
| EI_API_ADP_eERR_OK | Success. |
| EI_API_ADP_eERR_GENERAL | General error. |