DSME Allocation descriptor. More...
DSME Allocation descriptor.
Definition at line 252 of file opendsme.h.
#include <opendsme.h>
Data Fields | |
network_uint16_t | addr |
neighbour address | |
uint8_t | superframe_id |
superframe ID | |
uint8_t | slot_id |
slot ID | |
uint8_t | channel_id |
channel ID | |
bool | tx |
whether the GTS is TX | |
network_uint16_t ieee802154_dsme_alloc_t::addr |
neighbour address
Definition at line 253 of file opendsme.h.
uint8_t ieee802154_dsme_alloc_t::channel_id |
channel ID
Definition at line 256 of file opendsme.h.
uint8_t ieee802154_dsme_alloc_t::slot_id |
slot ID
Definition at line 255 of file opendsme.h.
uint8_t ieee802154_dsme_alloc_t::superframe_id |
superframe ID
Definition at line 254 of file opendsme.h.
bool ieee802154_dsme_alloc_t::tx |
whether the GTS is TX
Definition at line 257 of file opendsme.h.