BACnetEnrollmentSummResponseCbCompletion (FUN)

FUNCTION BACnetEnrollmentSummResponseCbCompletion : IEC_BACNET_STATUS

Sends a GetEnrollmentSummary response.

Completes an Enrollment-Summary hook by generating an Enrollment-Summary-ACK reply. This is a service completion routine.

Return: IEC_BACNET_STATUS

InOut:

Scope

Name

Type

Comment

Return

BACnetEnrollmentSummResponseCbCompletion

IEC_BACNET_STATUS

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

IEC_BACNET_UINT

Contains the number of entries in this list. It shall be 0 if the result list is empty.