IBACnetClient.Instance (PROP) ¶ PROPERTY Instance : UDINT
IBACnetClient.RegisterToServer (METH) ¶ METHOD RegisterToServer : UDINT Register an empty/freshly created BACnet-Client-FB with its parent BACnet-Server-FB. If the FB was created by a device this initialization is automatically done during Initialization. Using this function enables one to dynamically create BACnet-Client-FBs, which were not inserted via the device tree. Return CmpErrors.Errors.ERR_OK if successful. InOut: Scope Name Type Return RegisterToServer UDINT Input itfBACnetServer IBACnetServer
IBACnetClient.TargetDeviceAddress (PROP) ¶ PROPERTY TargetDeviceAddress : POINTER TO CmpBACnet.IEC_BACNET_ADDRESS
IBACnetClient.TargetDeviceNumber (PROP) ¶ PROPERTY TargetDeviceNumber : DWORD
IBACnetClient.SourceDeviceAddress (PROP) ¶ PROPERTY SourceDeviceAddress : POINTER TO CmpBACnet.IEC_BACNET_ADDRESS
IBACnetClient.SourceDeviceNumber (PROP) ¶ PROPERTY SourceDeviceNumber : DWORD
BACnetAnalogValue.EventTimeStamps (PROP) ¶ PROPERTY EventTimeStamps : ARRAY [0..2] OF CmpBACnet.IEC_BACNET_TIME_STAMP
BACnetAnalogValue.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.
BACnetAnalogValue.EventAlgorithmInhibitRef (PROP) ¶ PROPERTY EventAlgorithmInhibitRef : CmpBACnet.IEC_BACNET_OBJ_PROP_REFERENCE
BACnetAnalogValue.EventDetectionEnable (PROP) ¶ PROPERTY EventDetectionEnable : BOOL