| uint32_t EI_API_ADP_getDomainNumber | ( | T * | pAdp_p, |
| uint8_t * | pDomainNumber_p | ||
| ) |
Get the DomainNumber attribute of the Time Sync Object (Instance Attribute ID: 18).
Function that returns the DomainNumber attribute in the Time Sync object of the EtherNet/IP adapter selected by parameter pAdp_p in output parameter pDomainNumber_p.
| [in] | pAdp_p | Pointer to the adapter. |
| [out] | pDomainNumber_p | uint8_t pointer to DomainNumber attribute. |
| EI_API_ADP_eERR_OK | Success. |
| EI_API_ADP_eERR_GENERAL | General error. |