PROFINET Device4.2.0
 
Loading...
Searching...
No Matches

◆ PN_APP_IOD_updateOwnershipHandle()

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.

Parameters
[in]pnHandleProfinet API Handle.
[in]realSubmodListReal submodule list.
[in]realSubmodListSizeSize of realSubmodList.
Returns
result of the operation as uint32_t.
Return values
PN_API_OKOperation succeeded.
PN_API_NOT_OKSomething went wrong.
PN_API_ERR_PARAMInvalid parameter.