| typedef uint32_t( * PN_API_IOD_updateAppCycleTimerCbf) (PN_API_IOD_Handle_t *const pnHandle, const uint32_t timeNs) |
Callback function prototype to update app cycle Timer.
This function is called by Profinet stack to update the cycletime of the application.
| [in] | pnHandle | Profinet API Handle. |
| [in] | timeNs | new timer value in nanoseconds |
| PN_API_OK | Success. |