IBACnetObjectBase.SetBACnetRealProperty (METH) ¶ METHOD SetBACnetRealProperty InOut: Scope Name Type Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID rVal CmpBACnet.IEC_BACNET_REAL
IBACnetObjectBase.SetBACnetClientCOVProperty (METH) ¶ METHOD SetBACnetClientCOVProperty InOut: Scope Name Type Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID clientCOV CmpBACnet.IEC_BACNET_CLIENT_COV
IBACnetObjectBase.SetBACnetDateProperty (METH) ¶ METHOD SetBACnetDateProperty InOut: Scope Name Type Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID dat DATE
IBACnetObjectBase.SetBACnetTimeProperty (METH) ¶ METHOD SetBACnetTimeProperty InOut: Scope Name Type Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID tim TIME
IBACnetObjectBase.SetBACnetTimeStampProperty (METH) ¶ METHOD SetBACnetTimeStampProperty InOut: Scope Name Type Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID timeStamp BACnetTimeStamp
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.HighLimit (PROP) ¶ PROPERTY HighLimit : CmpBACnet.IEC_BACNET_SIGNED
BACnetIntegerValue.Resolution (PROP) ¶ PROPERTY Resolution : CmpBACnet.IEC_BACNET_SIGNED
BACnetIntegerValue.SetPriorityArray (METH) ¶ METHOD SetPriorityArray : CmpBACnet.IEC_BACNET_STATUS Command Prioritization - sets the whole Priority_Array of this BACnet object. To write the Present_Value with a single priority WritePresentValueWithPriority can be used. InOut: Scope Name Type Comment Return SetPriorityArray CmpBACnet.IEC_BACNET_STATUS Input arPrioArray ARRAY [1..16] OF CmpBACnet.IEC_BACNET_PRIORITY_ARRAY_ITEM The priority array to set for this BACnet object.
BACnetIntegerValue.ReliabilityEvaluationInhibit (PROP) ¶ PROPERTY ReliabilityEvaluationInhibit : BOOL