BACnetAlarmSummResponseCbCompletion (FUN)¶
FUNCTION BACnetAlarmSummResponseCbCompletion : IEC_BACNET_STATUS
Sends an AlarmSummary response.
Completes a AlarmSummary hook by generating a Read-Property-Conditional-ACK reply. This is a service completion routine.
Return: IEC_BACNET_STATUS
- InOut:
Scope
Name
Type
Comment
Return
BACnetAlarmSummResponseCbCompletion
Input
phTransaction
POINTER TO BYTE
The handle recived in the hook callback function which identifies the current request in the API’s internal transaction state machine.
pSummaries
POINTER TO IEC_BACNET_ALARM_SUMMARY
Points to a list of summary items. It shall be NULL if the summary contains no items. In this case the count shall be 0 too.
nSummaryCount
Contains the number of entries in this list. It shall be 0 if the result list is empty.