IEC_BACNET_ACTION_LIST (STRUCT)ΒΆ
TYPE IEC_BACNET_ACTION_LIST : STRUCT
The Action-List data structure contains a pointer to a buffer which contains a sequence of Action-Commands and a length of the buffer expressed as a number of Action-Commands.
- InOut:
- Name - Type - Comment - actionCount- Count of action commands in the list. - pAction- POINTER TO IEC_BACNET_ACTION_COMMAND - The list with action commands to execute. 
