| uint32_t EI_API_ADP_getVendorId | ( | T * | pAdp_p, |
| uint16_t * | pVendorId_p | ||
| ) |
Get the adapter Vendor ID (Instance Attribute ID: 1).
Function that returns the vendor identifier as uint16_t value for the adapter selected by parameter pAdp_p.
| [in] | pAdp_p | Pointer to the adapter. |
| [out] | pVendorId_p | Pointer to the vendor ID. |
| EI_API_ADP_eERR_OK | Success. |
| EI_API_ADP_eERR_GENERAL | General error. |