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

Configuration structure of a Node. More...

Data Fields

Ucs_Signature_tsignature_ptr
 The signature of the node.
 
UCS_NS_CONST Ucs_Ns_Script_tinit_script_list_ptr
 Reference to a list of init scripts. This script list is executed automatically by the Manager after a device is welcomed and synchronized successfully. The value must be NULL if no scripts shall be executed automatically.
 
uint8_t init_script_list_size
 The size of the list of init scripts. The value must be 0 if no scripts shall be executed automatically.
 
uint8_t remote_attach_disabled
 Reserved for future use. Must be set to "0".
 
Ucs_Rm_NodeInt_t internal_infos
 Internal information of this node object.
 

Detailed Description

Configuration structure of a Node.

Attention
Use the UCS_ADDR_LOCAL_NODE macro to address your local device when specifying routes to/from It.
The following address ranges are supported:
  • [0x10 ... 0x2FF]
  • [0x500 ... 0xFEF]
  • UCS_ADDR_LOCAL_NODE
 See also section Node Scripting for more description and an example implementation.