IEC_BACNET_ALARM_INFO (STRUCT)ΒΆ
TYPE IEC_BACNET_ALARM_INFO : STRUCT
This data structure contains response information for the get alarm summary request.
- InOut:
Name
Type
Comment
moreEvents
This indicates if more objects exist but that could not be returned in the reply.
bufferCount
Total number of event-summary buffers available.
An application may initialize this with 0 in case that the API should allocate the memory for the response.
summaryCount
The filled number of event-summary buffers.
An application may initialize this with 0 in case that the API should allocate the memory for the response.
pSummaries
POINTER TO IEC_BACNET_ALARM_SUMMARY
A pointer to an array which contains the summary information.
An application may initialize this with a NULL pointer in case that the API should allocate the memory for the response.