| void PN_APP_IOD_cbReportipAddr | ( | PN_API_IOD_Handle_t *const | pnHandle, |
| const uint32_t | ipAddr, | ||
| const uint32_t | subnetMask, | ||
| const uint32_t | defaultGw | ||
| ) |
Callback function to print a reported IP address.
This function simply prints the new IP address reported by the stack.
| [in] | pnHandle | Profinet API Handle. |
| [in] | ipAddr | IP address. |
| [in] | subnetMask | Subnet mask. |
| [in] | defaultGw | Default gateway. |