Acyclic write

To write properties to the object of a peer device, the library provides two functions for acyclic writing:

FB_BACnetRM_WriteProperty

FB_BACnetRM_WritePropertyEx

The BACnet object of the peer device is referenced by a pointer to the FB remote instance (variable iObject). Compared to the basic function block FB_BACnetRM_WriteProperty, the function block FB_BACnetRM_WritePropertyEx provides two additional variables for specifying the object type and instance number (variables eObjType and nObjInst).