IBACnetObjectBase.ObjectName (PROP) ¶ PROPERTY ObjectName : WSTRING(255)
IBACnetObjectBase.SetObjectName (METH) ¶ METHOD SetObjectName InOut: Scope Name Type Comment Input wStrInput WSTRING(255) The WSTRING value to set Object_Name to. strType CmpBACnet.IEC_BACNET_STRING_TYPE The BACnet string type the WSTRING value is converted to when setting the Object_Name.
IBACnetObjectBase.IsPropertyExistent (METH) ¶ METHOD IsPropertyExistent : BOOL InOut: Scope Name Type Return IsPropertyExistent BOOL Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID
IBACnetObjectBase.IsPropertyWriteable (METH) ¶ METHOD IsPropertyWriteable : BOOL InOut: Scope Name Type Return IsPropertyWriteable BOOL Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID
IBACnetObjectBase.NumberOfProperties (PROP) ¶ PROPERTY NumberOfProperties : DWORD
IBACnetObjectBase.ObjectID (PROP) ¶ PROPERTY ObjectID : CmpBACnet.IEC_BACNET_OBJECT_ID
BACnetIntegerValue.EventTimeStamps (PROP) ¶ PROPERTY EventTimeStamps : ARRAY [0..2] OF CmpBACnet.IEC_BACNET_TIME_STAMP
BACnetIntegerValue.GetPriorityArray (METH) ¶ METHOD GetPriorityArray : CmpBACnet.IEC_BACNET_STATUS Gets the Priority-Array of this BACnet object. The returned pointer pPrioArray 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 GetPriorityArray CmpBACnet.IEC_BACNET_STATUS Output pPrioArray POINTER TO ARRAY [1..16] OF CmpBACnet.IEC_BACNET_PRIORITY_ARRAY_ITEM 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 again.
BACnetIntegerValue.EventAlgorithmInhibitRef (PROP) ¶ PROPERTY EventAlgorithmInhibitRef : CmpBACnet.IEC_BACNET_OBJ_PROP_REFERENCE
BACnetIntegerValue.EventDetectionEnable (PROP) ¶ PROPERTY EventDetectionEnable : BOOL