Logo
UNICENS V2.3.0-4567
User Manual and API Reference
Ucs_Ns_ConfigMsg_t Struct Reference

Structure of a ConfigMsg used in Node-Script. This structure is used for the transmitted messages which contains the command to execute as well as for the expected result which returns from the corresponding node. More...

Data Fields

uint8_t fblock_id
 FBlock ID of the config msg.
 
uint8_t inst_id
 Instance ID of the config msg.
 
uint16_t funct_id
 Function ID of the config msg.
 
uint8_t op_type
 Operation type of the config msg.
 
uint8_t data_size
 Size of the data to be transmitted or to be checked.
Setting the data_size to 0xFF in case of exp_result will disable the check of data on incoming messages.
 
UCS_NS_CONST uint8_t * data_ptr
 Reference to the data.
 

Detailed Description

Structure of a ConfigMsg used in Node-Script. This structure is used for the transmitted messages which contains the command to execute as well as for the expected result which returns from the corresponding node.

 See also section Node Scripting for more description and an example implementation.