PROFINET Device4.2.0
 
Loading...
Searching...
No Matches

◆ PN_API_IOD_updateAppCycleTimerCbf

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.

Parameters
[in]pnHandleProfinet API Handle.
[in]timeNsnew timer value in nanoseconds
Returns
result of the operation as uint32_t.
Return values
PN_API_OKSuccess.