| PN_API_IOD_IOXS PN_APP_IOD_cbDataWriteIOxSOnly | ( | PN_API_IOD_Handle_t *const | pnHandle, |
| PN_API_IOD_DevAddr_t *const | addr, | ||
| const PN_API_IOD_IOXS | remoteIocs | ||
| ) |
Callback function to update only IOxS for write.
This function sets the IOCS 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] | remoteIocs | IOCS of the IO controller, can be: PN_API_IOD_STATUS_BAD or PN_API_IOD_STATUS_GOOD. |
| PN_API_IOD_STATUS_GOOD | IOPS of the IO device is good. |
| PN_API_IOD_STATUS_BAD | IOPS of the IO device is bad. |