| typedef void(* PN_API_IOD_arInDataCbf) (PN_API_IOD_Handle_t *const pnHandle, const uint16_t arNum, const uint16_t sessionKey) |
Callback function prototype to inform the user application that the cyclic data communication was started.
When the stack receives the first real-time IO data frame from the IO controller, it calls this callback function which needs to be implemented by the user application to handle this update or at least display it.
| [in] | pnHandle | Profinet API Handle. |
| [in] | arNum | AR number. |
| [in] | sessionKey | Session key. |