Mesh local unicast address set command parameters. More...
#include <serial_cmd.h>
Data Fields | |
uint16_t | start_address |
First address in the range of unicast addresses. More... | |
uint16_t | count |
Number of addresses in the range of unicast addresses. More... | |
Mesh local unicast address set command parameters.
Definition at line 431 of file serial_cmd.h.
uint16_t serial_cmd_mesh_addr_local_unicast_set_t::start_address |
First address in the range of unicast addresses.
Definition at line 433 of file serial_cmd.h.
uint16_t serial_cmd_mesh_addr_local_unicast_set_t::count |
Number of addresses in the range of unicast addresses.
Definition at line 434 of file serial_cmd.h.