BACnetSchedule.GetExceptionEntry (METH)ΒΆ
METHOD GetExceptionEntry : CmpBACnet.IEC_BACNET_STATUS
Gets a entry with index nIndex of the Exception_Schedule-Property of this BACnet-Object. The returned data (pSpecialEvt) is allocated by the stack and therefore has to be freed after usage using FreeStackAllocatedMemory again!
- InOut:
- Scope - Name - Type - Comment - Return - GetExceptionEntry- CmpBACnet.IEC_BACNET_STATUS- Input - nIndex- CmpBACnet.IEC_BACNET_ELEMENT_COUNT- The 1 based index of the exception entry to get. - Output - pSpecialEvt- POINTER TO CmpBACnet.IEC_BACNET_SPECIAL_EVENT - 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. 
