| uint32_t PN_API_IOD_setIops | ( | PN_API_IOD_Handle_t *const | pnHandle, |
| const uint32_t | api, | ||
| const uint32_t | slotNum, | ||
| const uint32_t | subNum, | ||
| const PN_API_IOD_IOXS | iops | ||
| ) |
Changes the IOPS value of submodules, that have no IO data. For example: PDev.
| [in] | pnHandle | Profinet API Handle |
| [in] | api | Application Process Identifier. |
| [in] | slotNum | Slot number, can not be 0. |
| [in] | subNum | Subslot number, which can be: 0: setIops for all submodules. not 0: setIops for the specific module. |
| [in] | iops | PN_API_IOD_STATUS_BAD or PN_API_IOD_STATUS_GOOD. |
| PN_API_OK | Success. |
| PN_API_NOT_OK | Something went wrong. |
| PN_API_ERR_PARAM | Invalid parameter. |