| uint32_t PN_APP_IOD_updateOwnershipHandle | ( | PN_API_IOD_Handle_t *const | pnHandle, |
| PN_API_IOD_RealSubmod_t * | realSubmodList, | ||
| uint32_t | realSubmodListSize | ||
| ) |
Update the global ownership handle.
This function updates the global ownership handle (ownershipHandle) with the recent real submodule list.
| [in] | pnHandle | Profinet API Handle. |
| [in] | realSubmodList | Real submodule list. |
| [in] | realSubmodListSize | Size of realSubmodList. |
| PN_API_OK | Operation succeeded. |
| PN_API_NOT_OK | Something went wrong. |
| PN_API_ERR_PARAM | Invalid parameter. |