BACnetEventEnrollment.GetEventParameters (METH)ΒΆ

METHOD GetEventParameters : CmpBACnet.IEC_BACNET_STATUS

Gets the value of the Event_Parameters-Property of this BACnet-EventEnrollment-Property. The returned pointer pEventParam is allocated with the corresponding data, whereas the user has to use FreeStackAllocatedMemory, to free the allocated memory after data usage.

InOut:

Scope

Name

Type

Comment

Return

GetEventParameters

CmpBACnet.IEC_BACNET_STATUS

Output

pEventParam

POINTER TO CmpBACnet.IEC_BACNET_EVENT_PARAMETER

The returned Pointer gets filled with the data of IEC_BACNET_EVENT_PARAMETER AND (!) the data referenced within evtParams. After usage, use FreeStackAllocatedMemory, to free the used memory again.