| uint32_t EI_API_ADP_getMacAddr | ( | T * | pAdp_p, |
| EI_API_ADP_SParam_t * | pMacAddr_p | ||
| ) |
Get the adapter MAC address (Instance Attribute ID: 3).
Function that returns the current adapter MAC address.
| [in] | pAdp_p | Pointer to the adapter. |
| [out] | pMacAddr_p | Pointer to the MAC address packed within a EI_API_ADP_SParam_t type. |
| EI_API_ADP_eERR_OK | Success. |
| EI_API_ADP_eERR_GENERAL | General error. |