1.3.2.3.58 MAC_WRP_TX_OPTIONS Enum
C
typedef enum { MAC_WRP_TX_OPTION_NO_ACK = 0x00, MAC_WRP_TX_OPTION_ACK = 0x01, } MAC_WRP_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.