| uint32_t PN_API_IOD_freeIsoObj | ( | PN_API_IOD_Handle_t *const | pnHandle | ) |
Dealocates a pre-existing object. There is a internal limitation that it is required to free all instances at once. If only single one is freed, the other will not work anymore.
| [in] | pnHandle | Profinet API Handle. |
| PN_API_OK | Success. |
| PN_API_NOT_OK | Something went wrong. |
| PN_API_ERR_PARAM | Invalid parameter. |