Detailed information requested about the packet that was just, or is currently being, transmitted.
Public Attributes#
The time stamp of the transmitted packet in the RAIL timebase, filled in by sl_rail_get_tx_packet_details().
bool
Indicate whether the transmitted packet was an Auto-Ack.
Public Attribute Documentation#
time_sent#
sl_rail_packet_time_stamp_t sl_rail_tx_packet_details_t::time_sent
The time stamp of the transmitted packet in the RAIL timebase, filled in by sl_rail_get_tx_packet_details().
is_ack#
bool sl_rail_tx_packet_details_t::is_ack
Indicate whether the transmitted packet was an Auto-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.