| typedef void(* PN_API_IOD_newModPullCbf) (PN_API_IOD_Handle_t *const pnHandle, const PN_API_IOD_DevAddr_t *const addr) |
Callback function prototype to indicate the pull of a module.
When a module is pulled, Profinet stack sends a pull indication to the user application indicating the geographical address of the pulled module.
| [in] | pnHandle | Profinet API Handle. |
| [in] | addr | Geographical address (slot/subslot) of the module/submodule. |