3.2.21 MLME_OrphanResp_t Struct
C
typedef struct mlme_orphan_resp_tag {
/** This identifies the message as \ref MLME_ORPHAN_RESPONSE */
enum msg_code cmdcode;
/** The address of the orphaned device. */
uint64_t OrphanAddress;
/** The short address allocated to the orphaned device if it is associated
* with this coordinator. The special short address 0 x fffe 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 thiscoordinator, this field will contain the value 0 x ffff and be
* ignored on receipt. */
uint16_t ShortAddress;
/** TRUE if the orphaned device is associated with this coordinator or
* FALSE otherwise. */
uint8_t AssociatedMember;
} MLME_OrphanResp_t;
Summary
MLME_OrphanResp_t holds the MLME-ORPHAN.response message structure
Description
None
Remarks
None
