| void PN_API_IOD_dataStoreComplete | ( | PN_API_IOD_Handle_t * | pnHandle, |
| uint32_t | lenWritten | ||
| ) |
Non volatile store completed.
This function needs to be called if a write process has finished. It can be called directly in the store callback or later if the writing takes time.
| [in] | pnHandle | Profinet API Handle. |
| [in] | lenWritten | number of bytes written to NV memory |