IEC_BACNET_ALARM_INFO
(STRUCT)
TYPE IEC_BACNET_ALARM_INFO : STRUCT
This data structure contains response information, which consists of a list of Event Summary items, an actual number of terms on the list, and the total length of the summary buffer expressed as a number of items. The More Events flag indicates whether (TRUE) or not (FALSE) more objects exist that meet the active event state criteria of this service request, but that could not be returned in the reply.
- InOut:
Name
Type
Comment
moreEvents
This parameter, of type BOOLEAN, indicates whether (TRUE) or not (FALSE) more objects exist that meet the active event state criteria of the service request, 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 NULL in case that the API should allocate the memory for the response.