ST_BACnet_RecipientListDevice
Structure for data exchange of property Recipient_List with the aid of function block FB_BACnet_RecipientListProperty.
TYPE ST_BACnet_RecipientListDevice :
STRUCT
nEntries : INT;
arrDestList : ARRAY[0..BACnet_MaxDestinationArray] OF ST_BACnet_RecipientListDeviceEntry;
END_STRUCT
END_TYPE
nEntries
: Number of entries that were read or written. 0 to nEntries-1 in arrDestList contain valid values.
arrDestList
: Array with data from the property Recipient_List. 0 to nCount-1 entries are available.