3.2.20 MLME_OrphanInd_t Struct

C

typedef struct mlme_orphan_ind_tag {
    /** This identifies the message as \ref  MLME_ORPHAN_INDICATION */
    enum msg_code cmdcode;
    /** The address of the orphaned device. */
    uint64_t OrphanAddress;
} MLME_OrphanInd_t;

Summary

MLME_OrphanInd_t holds the MLME-ORPHAN.indication message structure

Description

None

Remarks

None