L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
Loading...
Searching...
No Matches
systemParamsRef_t Struct Reference

The references to systemParams_t for change values from server via downlink.
The server sends via downlink the requirements for change of systemParams_t field, one by one. This struct is reference for finding the address of valid field in systemParams_t - its position and size:
. More...

#include <mysensors_base.h>

Data Fields

uint8_t Inx
uint8_t Size
uint8_t Addr

Detailed Description

The references to systemParams_t for change values from server via downlink.
The server sends via downlink the requirements for change of systemParams_t field, one by one. This struct is reference for finding the address of valid field in systemParams_t - its position and size:
.

Definition at line 341 of file mysensors_base.h.

Field Documentation

◆ Addr

uint8_t systemParamsRef_t::Addr

address(offset) from begin to field specified by Inx.

Definition at line 345 of file mysensors_base.h.

◆ Inx

uint8_t systemParamsRef_t::Inx

index to systemParams_t. 0-Sign, 1-AppVersion, 2-SensTimeoutMeasure, 3-SensAltitude ...

Definition at line 343 of file mysensors_base.h.

◆ Size

uint8_t systemParamsRef_t::Size

size of specified field in systemParams_t according to Inx. 0-Sign,5, 1-AppVersion,2, 2-SensTimeoutMeasure,4, 3-SensAltitude,2 ...

Definition at line 344 of file mysensors_base.h.


The documentation for this struct was generated from the following file: