| uint32_t EI_API_ADP_getPortLogAnnounceInterval | ( | T * | pAdp_p, |
| uint16_t * | pPortLogAnnounceInterval_p | ||
| ) |
Get the PortLogAnnounceInterval attribute of the Time Sync Object (Instance Attribute ID: 14).
Function that returns the PortLogAnnounceInterval member of the PortLogAnnounceIntervalCfg attribute for the EtherNet/IP adapter selected by parameter pAdp_p in output parameter pPortLogAnnounceInterval.
| [in] | pAdp_p | Pointer to the adapter. |
| [out] | pPortLogAnnounceInterval_p | uint16_t pointer to PortLogAnnounceInterval of the adapter Time Sync object specified by parameter pAdp_p. |
| EI_API_ADP_eERR_OK | Success. |
| EI_API_ADP_eERR_GENERAL | General error. |