Configures the PDev parameters of the IO device.
PDev parameters are simply the list of submodules including their locations, I/O data lengths and their IM0 support.
- Warning
- Do not call this function! It is meant to be called by the user application when the multi-device support is implemented in the future. For now, it's functionality is covered by PN_API_IOD_startup().
- Parameters
-
| [in] | pnHandle | Profinet API Handle. |
| [in] | ioSubmodList | IO Submodule list. |
| [in] | ioSubmodListSize | Number of elements in IO Submodule list. |
- Returns
- result of the operation as uint32_t.
- Return values
-
- Example
#include "pn_api_iod_device.h"