3.2.36 MLME_PollConf_t Struct

C

typedef struct mlme_poll_conf_tag {
    /** This identifies the message as \ref MLME_POLL_CONFIRM */
    enum msg_code cmdcode;
    /** The status of the data request. */
    uint8_t status;
} MLME_PollConf_t;

Summary

MLME_PollConf_t holds the MLME-POLL.confirm message structure

Description

None

Remarks

None