| uint32_t EI_API_ADP_setTimeSyncManufactureID | ( | T * | pAdp_p, |
| const char * | pManufactureID_p | ||
| ) |
Set the ManufactureIdentity attribute of the Time Sync object of the adapter (Instance Attribute ID: 20).
ManufactureIdentity specifies the manufacture identity of the clock. The first 3 octets specify the IEEE OUI (Organization Unigue Id) for the manufacturer. The last octet is reserved.
| [in] | pAdp_p | Pointer to the adapter. |
| [in] | pManufactureID_p | New uint8_t array of manufacture ID. |
| EI_API_ADP_eERR_OK | Success. |
| EI_API_ADP_eERR_GENERAL | General error. |