SetChannel()
Sets the channel on which to send the frame. It also sets the `RxChannelAfterTxDone` to the same channel.
SetTxPower()
Sets TX power to send the frame.
GetRxChannelAfterTxDone() const
Gets the RX channel after frame TX is done.
SetRxChannelAfterTxDone()
Sets the RX channel after frame TX is done.
GetMaxCsmaBackoffs() const
Returns the maximum number of backoffs the CSMA-CA algorithm will attempt before declaring a channel access failure. Equivalent to macMaxCSMABackoffs in IEEE 802.15.4-2006.
SetMaxCsmaBackoffs()
Sets the maximum number of backoffs the CSMA-CA algorithm will attempt before declaring a channel access failure. Equivalent to macMaxCSMABackoffs in IEEE 802.15.4-2006.
GetMaxFrameRetries() const
Returns the maximum number of retries allowed after a transmission failure. Equivalent to macMaxFrameRetries in IEEE 802.15.4-2006.
SetMaxFrameRetries()
Sets the maximum number of retries allowed after a transmission failure. Equivalent to macMaxFrameRetries in IEEE 802.15.4-2006.
IsARetransmission() const
Indicates whether or not the frame is a retransmission.
SetIsARetransmission()
Sets the retransmission flag attribute.
IsCsmaCaEnabled() const
Indicates whether or not CSMA-CA is enabled.
SetCsmaCaEnabled()
Sets the CSMA-CA enabled attribute.
GetAesKey() const
Returns the key used for frame encryption and authentication (AES CCM).
SetAesKey()
Sets the key used for frame encryption and authentication (AES CCM).
CopyFrom()
Copies the PSDU and all attributes (except for frame link type) from another frame.
ProcessTransmitAesCcm()
Performs AES CCM on the frame which is going to be sent.
IsSecurityProcessed() const
Indicates whether or not the frame has security processed.
SetIsSecurityProcessed()
Sets the security processed flag attribute.
IsCslIePresent() const
Indicates whether or not the frame contains the CSL IE.
SetCslIePresent()
Sets the CSL IE present flag.
Indicates whether or not the frame header is updated.
Sets the header updated flag attribute.
GenerateImmAck()
Generate Imm-Ack in this frame object.
GenerateEnhAck()
Generate Enh-Ack in this frame object.
SetTxDelay()
Set TX delay field for the frame.
SetTxDelayBaseTime()
Set TX delay base time field for the frame.