Structure representing the unicast addresses assigned to this device. More...
#include <device_state_manager.h>
Data Fields | |
uint16_t | address_start |
First address in the range of unicast addresses. More... | |
uint16_t | count |
Number of addresses in the range of unicast addresses. More... | |
Structure representing the unicast addresses assigned to this device.
Definition at line 90 of file device_state_manager.h.
uint16_t dsm_local_unicast_address_t::address_start |
First address in the range of unicast addresses.
Definition at line 92 of file device_state_manager.h.
uint16_t dsm_local_unicast_address_t::count |
Number of addresses in the range of unicast addresses.
Definition at line 93 of file device_state_manager.h.