| void PN_APP_IOD_cbNewModPlug | ( | PN_API_IOD_Handle_t *const | pnHandle, |
| const PN_API_IOD_DevAddr_t *const | addr, | ||
| const uint32_t | inDataLen, | ||
| const uint32_t | outDataLen | ||
| ) |
Callback function to indicate the plug of a module.
This function updates the IO data length arrays with the info of the newly plugged module/submodule and notifies the user about the plug action.
| [in] | pnHandle | Profinet API Handle. |
| [in] | addr | Geographical address of the module. |
| [in] | inDataLen | Length of input data. |
| [in] | outDataLen | Length of output data. |