| uint32_t PN_API_IOD_recordSetResponseAsync | ( | PN_API_IOD_Handle_t *const | pnHandle, |
| void ** | requestHandle | ||
| ) |
Informs Profinet stack that data provisioning will happen asynchronously.
Once the user application receives a record read/write request from the IO controller, it needs to send a response. Within the implementation of the read/write record callback function, the user application can decide either to send the response directly or to inform the stack (using this function) to expect the response later as an asynchronous action.
| [in] | pnHandle | Profinet API Handle. |
| [out] | requestHandle | Request handle given by the stack to be used in response. |
| PN_API_OK | Success. |
| PN_API_ERR_PARAM | Invalid parameter. |