1.3.3.1.46 MAC_TX_OPTIONS Enum

C

typedef enum
{
    MAC_TX_OPTION_NO_ACK = 0x00,
    MAC_TX_OPTION_ACK = 0x01,
} MAC_TX_OPTIONS;

Summary

Identifies the available TX Option values for G3 frames.

Description

This enumeration identifies the possible TX Option values to use in G3 frames. The meaning of this field is to ask for Acknowledge or not.

Remarks

None.