nRF5 SDK v17.1.0
Data Fields
mlme_orphan_resp_t Struct Reference

MLME-ORPHAN.response. More...

#include <mac_mlme_orphan.h>

Data Fields

mac_abstract_req_t service
 
uint64_t orphan_address
 
uint16_t short_address
 
bool associated_member
 

Detailed Description

MLME-ORPHAN.response.

The MLME-ORPHAN.response primitive allows the next higher layer of a coordinator to respond to the MLME-ORPHAN.indication primitive.

In accordance with IEEE Std 802.15.4-2006, section 7.1.8.2

Field Documentation

bool mlme_orphan_resp_t::associated_member

TRUE if the orphaned device is associated with this coordinator or FALSE otherwise.

uint64_t mlme_orphan_resp_t::orphan_address

The address of the orphaned device.

mac_abstract_req_t mlme_orphan_resp_t::service

Do not edit this field.

uint16_t mlme_orphan_resp_t::short_address

The 16-bit short address allocated to the orphaned device if it is associated with this coordinator. The special short address 0xfffe indicates that no short address was allocated, and the device will use its 64-bit extended address in all communications. If the device was not associated with this coordinator, this field will contain the value 0xffff and be ignored on receipt.


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

Documentation feedback | Developer Zone | Subscribe | Updated