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
moreEventsThis indicates if more objects exist but that could not be returned in the reply.
bufferCountTotal 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.
summaryCountThe 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.
pSummariesPOINTER 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.