Static relay with fixed host address
sNwkLayerTreeConfig.u8StartOpt =
TOCONET_MOD_LAYERTREE_STARTOPT_FIXED_PARENT;
// Do not scan at the start
sNwkLayerTreeConfig.u8ResumeOpt =
TOCONET_MOD_LAYERTREE_RESUMEOPT_NO_RELOCATE_ON_RESUME;
// Operate a fixed parent unit even when resuming
sNwkLayerTreeConfig.u32AddrHigherLayer = 0x80012345;
// The node at 0x80012345 is the superior node.
最終更新