PROFINET Device4.2.0
 
Loading...
Searching...
No Matches

◆ PN_APP_IOD_cbAsyncReqDone()

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.

Parameters
[in]pnHandleProfinet API Handle.
[in]arNumAR number.
[in]alarmTypeAlarm type (see PN_API_IOD_AlarmType_t).
[in]apiApplication Process Identifier.
[in]addrGeographical address (slot/subslot) of the submodule.
[in]statusPN_API_OK or PN_API_NOT_OK.
[in]diagnosisTagDiagnosis tag which distinguishes different alarms on one subslot (can not be 0).
See also
PN_API_IOD_asyncReqDoneCbf