| uint32_t EI_API_ADP_setDomainNumber | ( | T * | pAdp_p, |
| uint8_t | domainNumber_p | ||
| ) |
Set the DomainNumber attribute of the Time Sync object of the adapter (Instance Attribute ID: 18).
Function that sets the DomainNumber attribute of the Time Sync object of the adapter selected by parameter pAdp_p. DomainNumber specifies the PTP clock domain. The datatype of DomainNumber is uint8_t. The permitted value range is between 0 and 127.
| [in] | pAdp_p | Pointer to the adapter. |
| [in] | domainNumber_p | uint8_t Domain number. |
| EI_API_ADP_eERR_OK | Success. |
| EI_API_ADP_eERR_GENERAL | General error. |