BACnetBinaryValue.StatusFlags (PROP) ¶ PROPERTY StatusFlags : STRING
BACnetBinaryValue.TimeDelay (PROP) ¶ PROPERTY TimeDelay : CmpBACnet.IEC_BACNET_UNSIGNED
BACnetCalendar.PresentValue (PROP) ¶ PROPERTY PresentValue : BOOL
BACnetCalendar.ProfileName (PROP) ¶ PROPERTY ProfileName : WSTRING(255)
BACnetBinaryValue.TimeOfStateCountReset (PROP) ¶ PROPERTY TimeOfStateCountReset : BACnetDateTime
BACnetDevice.GetManualSlaveAddressBinding (METH) ¶ METHOD GetManualSlaveAddressBinding : CmpBACnet.IEC_BACNET_STATUS Gets the Manual_Slave_Address_Binding-List of this BACnet object. The returned pointer 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 GetManualSlaveAddressBinding CmpBACnet.IEC_BACNET_STATUS Output uiListCount CmpBACnet.IEC_BACNET_ELEMENT_COUNT The length of the list in the following pointer. pList POINTER TO CmpBACnet.IEC_BACNET_ADDRESS_BINDING The returned Pointer gets filled with the data of the List AND (!) the data referenced within that list (i.e. strings, etc.). After usage, use FreeStackAllocatedMemory , to free the used memory again.
BACnetDevice.GetRestartNotificationRecipients (METH) ¶ METHOD GetRestartNotificationRecipients : CmpBACnet.IEC_BACNET_STATUS Gets the Restart_Notification_Recipients-List of this BACnet object. The returned pointer 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 GetRestartNotificationRecipients CmpBACnet.IEC_BACNET_STATUS Output uiListCount CmpBACnet.IEC_BACNET_ELEMENT_COUNT The length of the list in the following pointer. pList POINTER TO CmpBACnet.IEC_BACNET_RECIPIENT The returned Pointer gets filled with the data of the List AND (!) the data referenced within that list (i.e. strings, etc.). After usage, use FreeStackAllocatedMemory , to free the used memory again.
BACnetDevice.GetActiveCOVSubscriptions (METH) ¶ METHOD GetActiveCOVSubscriptions : CmpBACnet.IEC_BACNET_STATUS Gets the Active_COV_Subscriptions-List of this BACnet object. The returned pointer 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 GetActiveCOVSubscriptions CmpBACnet.IEC_BACNET_STATUS Output uiListCount CmpBACnet.IEC_BACNET_ELEMENT_COUNT The length of the list in the following pointer. pList POINTER TO CmpBACnet.IEC_BACNET_COV_SUBSCRIPTION The returned Pointer gets filled with the data of the List AND (!) the data referenced within that list (i.e. strings, etc.). After usage, use FreeStackAllocatedMemory , to free the used memory again.
BACnetDevice.GetActiveVTSessions (METH) ¶ METHOD GetActiveVTSessions : CmpBACnet.IEC_BACNET_STATUS Gets the Active_VT_Sessions-List of this BACnet object. The returned pointer 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 GetActiveVTSessions CmpBACnet.IEC_BACNET_STATUS Output uiListCount CmpBACnet.IEC_BACNET_ELEMENT_COUNT The length of the list in the following pointer*) pList POINTER TO CmpBACnet.IEC_BACNET_VT_SESSION The returned Pointer gets filled with the data of the List AND (!) the data referenced within that list (i.e. strings, etc.). After usage, use FreeStackAllocatedMemory , to free the used memory again.
BACnetDevice.GetSlaveAddressBinding (METH) ¶ METHOD GetSlaveAddressBinding : CmpBACnet.IEC_BACNET_STATUS Gets the Slave_Address_Binding-List of this BACnet object. The returned pointer 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 GetSlaveAddressBinding CmpBACnet.IEC_BACNET_STATUS Output uiListCount CmpBACnet.IEC_BACNET_ELEMENT_COUNT The length of the list in the following pointer. pList POINTER TO CmpBACnet.IEC_BACNET_ADDRESS_BINDING The returned Pointer gets filled with the data of the List AND (!) the data referenced within that list (i.e. strings, etc.). After usage, use FreeStackAllocatedMemory , to free the used memory again.