PN_API_IOD_IOXS PN_APP_IOD_cbDataReadIOxSOnly | ( | PN_API_IOD_Handle_t *const | pnHandle, |
PN_API_IOD_DevAddr_t *const | addr, | ||
const PN_API_IOD_IOXS | remoteIops | ||
) |
Callback function to update only IOxS for read.
This function sets the IOPS status of the IO controller of a specific submodule to a specific value.
[in] | pnHandle | Profinet API Handle. |
[in] | addr | Geographical address (slot/subslot) of the submodule. |
[in] | remoteIops | IOPS from the IO controller, can be: PN_API_IOD_STATUS_BAD or PN_API_IOD_STATUS_GOOD. |
PN_API_IOD_STATUS_GOOD | IOCS from the IO device is good. |
PN_API_IOD_STATUS_BAD | IOCS from the IO device is bad. |