Options structure. More...
#include <nrf_mesh_opt.h>
Data Fields | |
| uint32_t | len |
| Length of opt field (for future compatibility). More... | |
| union { | |
| uint32_t val | |
| Unsigned 32-bit value. More... | |
| uint8_t * p_array | |
| Byte array. More... | |
| } | opt |
| Option to set/get. More... | |
Detailed Description
Options structure.
Definition at line 103 of file nrf_mesh_opt.h.
Field Documentation
◆ len
| uint32_t nrf_mesh_opt_t::len |
Length of opt field (for future compatibility).
Definition at line 106 of file nrf_mesh_opt.h.
◆ val
| uint32_t nrf_mesh_opt_t::val |
Unsigned 32-bit value.
Definition at line 111 of file nrf_mesh_opt.h.
◆ p_array
| uint8_t* nrf_mesh_opt_t::p_array |
Byte array.
Definition at line 113 of file nrf_mesh_opt.h.
◆ opt
| union { ... } nrf_mesh_opt_t::opt |
Option to set/get.
- mesh/core/api/nrf_mesh_opt.h