BACnetSchedule.GetWeeklySchedule (METH)ΒΆ
METHOD GetWeeklySchedule : CmpBACnet.IEC_BACNET_STATUS
Gets the Weekly_Schedule of this BACnet object. The returned pointer pWeeklySchedule 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
GetWeeklySchedule
CmpBACnet.IEC_BACNET_STATUS
Output
pWeeklySchedule
POINTER TO CmpBACnet.IEC_BACNET_DAILY_SCHEDULE
The returned Pointer gets filled with the data of the Priority Array AND (!) the data referenced within the array (i.e. strings, etc.). After usage, use FreeStackAllocatedMemory, to free the used memory.