| uint32_t PN_APP_IOD_cbFreeRemaMem | ( | PN_API_IOD_Handle_t *const | pnHandle, |
| uint8_t *const | destMem | ||
| ) |
Callback function to request to clear remanent data from NV memory.
In this function, the application clears some profinet-related data from NV memory.
| [in] | pnHandle | Profinet API Handle. |
| [in] | destMem | Pointer to a buffer where the data to be cleared. |
| PN_API_OK | Success. |
| PN_API_ERR_PARAM | Invalid parameter. |