| void PN_APP_IOD_cbArConnectInd | ( | PN_API_IOD_Handle_t *const | pnHandle, |
| PN_API_IOD_ArType_t | arType, | ||
| uint32_t | arNum, | ||
| uint16_t | arSessionKey, | ||
| uint16_t | sendClock, | ||
| uint16_t | redRatioIoCrIn, | ||
| uint16_t | redRatioIoCrOut, | ||
| uint32_t | hostIp | ||
| ) |
Callback function prototype to notify that a new connection to an IO controller has been established.
Based on the AR type, this function adds the new AR to the application's database and informs the user about the received update.
| [in] | pnHandle | Profinet API Handle. |
| [in] | arType | AR type. |
| [in] | arNum | AR number. |
| [in] | arSessionKey | Session key. |
| [in] | sendClock | Send clock parameter. |
| [in] | redRatioIoCrIn | Reduction ratio of input IOCR. |
| [in] | redRatioIoCrOut | Reduction ratio of output IOCR. |
| [in] | hostIp | IP address of the host (IO controller). |