| typedef void(* PN_API_IOD_readyForInputUpdateCbf) (PN_API_IOD_Handle_t *const pnHandle, const uint16_t arNum, const PN_API_IOD_InputUpdateState_t inputUpdateState) |
Callback function prototype to notify the user application that the stack is ready to receive the first valid input data.
Prior to sending a "application ready" message to the participating submodule, the Profinet stack calls this function either after establishing a connection or after plugging and reconfiguring an operational submodule. Its purpose is to alert the user application to the necessity to write valid input data within this callback.
| [in] | pnHandle | Profinet API Handle. |
| [in] | arNum | AR number. |
| [in] | inputUpdateState | Input update state (see PN_API_IOD_InputUpdateState_t). |