IEC_BACNET_ENROLLMENT_INFO (STRUCT)ΒΆ

TYPE IEC_BACNET_ENROLLMENT_INFO : STRUCT

This data structure contains response information for the event enrollment service.

InOut:

Name

Type

Comment

moreEvents

IEC_BACNET_BOOLEAN

This indicates if more objects exist but that could not be returned in the reply.

bufferCount

IEC_BACNET_ELEMENT_COUNT

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

IEC_BACNET_ELEMENT_COUNT

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_ENROLLMENT_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.