| uint32_t PN_API_IOD_stopDevice | ( | PN_API_IOD_Handle_t *const | pnHandle | ) |
Stops communication with an IO device instance.
Halts all active Profinet connections. The IO device must first be initialized using either PN_API_IOD_openDevice() or PN_API_IOD_startup().
| [in] | pnHandle | Profinet API Handle. |
| PN_API_OK | Success. |
| PN_API_NOT_OK | Something went wrong. |
| PN_API_ERR_PARAM | Invalid parameter. |