| uint32_t EI_API_ADP_setVendorId | ( | T * | pAdp_p, |
| uint16_t | vendorId_p | ||
| ) |
Set the adapter Vendor ID (Instance Attribute ID: 1).
Function that can be used to set the current adapter vendor identifier to the value assigned by ODVA. The value zero is reserved.
| [in] | pAdp_p | Pointer to the adapter. |
| [in] | vendorId_p | New vendor identifier. |
| EI_API_ADP_eERR_OK | Success. |
| EI_API_ADP_eERR_GENERAL | General error. |