RAIL_TxPacketDetails_t Struct Reference

Detailed information requested about the packet that was just, or is currently being, transmitted.

#include <rail_types.h>

Data Fields

RAIL_PacketTimeStamp_t timeSent
 The timestamp of the transmitted packet in the RAIL timebase, filled in by RAIL_GetTxPacketDetails().
 
bool isAck
 Indicate whether the transmitted packet was an automatic ACK.

Detailed information requested about the packet that was just, or is currently being, transmitted.

Definition at line 1910 of file rail_types.h.

Field Documentation

◆ isAck

bool RAIL_TxPacketDetails_t::isAck

Indicate whether the transmitted packet was an automatic ACK.

In a generic sense, an automatic ACK is defined as a packet sent in response to a received ACK-requesting frame when auto-ACK is enabled. In a protocol specific sense this definition may be more or less restrictive to match the specification and you should refer to that protocol's documentation.

Definition at line 1923 of file rail_types.h.


The documentation for this struct was generated from the following file:
  • common/rail_types.h