| void PN_APP_IOD_cbAsyncReqDone | ( | PN_API_IOD_Handle_t *const | pnHandle, |
| uint32_t | arNum, | ||
| PN_API_IOD_AlarmType_t | alarmType, | ||
| uint32_t | api, | ||
| PN_API_IOD_DevAddr_t * | addr, | ||
| uint32_t | status, | ||
| uint16_t | diagnosisTag | ||
| ) |
Callback function to acknowledge an asynchronous request (alarm) issued previously from the application to Profinet stack.
This function simply informs the user about the reception of the acknowledgment.
| [in] | pnHandle | Profinet API Handle. |
| [in] | arNum | AR number. |
| [in] | alarmType | Alarm type (see PN_API_IOD_AlarmType_t). |
| [in] | api | Application Process Identifier. |
| [in] | addr | Geographical address (slot/subslot) of the submodule. |
| [in] | status | PN_API_OK or PN_API_NOT_OK. |
| [in] | diagnosisTag | Diagnosis tag which distinguishes different alarms on one subslot (can not be 0). |