IsEmpty() const
Indicates whether the frame is empty (no payload).
ValidatePsdu() const
Validates the frame.
GetType() const
Returns the IEEE 802.15.4 Frame Type.
IsAck() const
Returns whether the frame is an Ack frame.
GetVersion() const
Returns the IEEE 802.15.4 Frame Version.
IsVersion2015() const
Returns if this IEEE 802.15.4 frame's version is 2015.
GetSecurityEnabled() const
Indicates whether or not security is enabled.
GetFramePending() const
Indicates whether or not the Frame Pending bit is set.
SetFramePending()
Sets the Frame Pending bit.
GetAckRequest() const
Indicates whether or not the Ack Request bit is set.
SetAckRequest()
Sets the Ack Request bit.
IsPanIdCompressed() const
Indicates whether or not the PanId Compression bit is set.
IsIePresent() const
Indicates whether or not IEs present.
SetIePresent()
Sets the IE Present bit.
GetSequence() const
Returns the Sequence Number value.
SetSequence()
Sets the Sequence Number value.
IsSequencePresent() const
Indicates whether or not the Sequence Number is present.
IsDstPanIdPresent() const
Indicates whether or not the Destination PAN ID is present.
GetDstPanId() const
Gets the Destination PAN Identifier.
IsDstAddrPresent() const
Indicates whether or not the Destination Address is present for this object.
SetFrameControlField()
SkipSequenceIndex() const
FindDstPanIdIndex() const
FindDstAddrIndex() const
FindSrcPanIdIndex() const
FindSrcAddrIndex() const
SkipAddrFieldIndex() const
FindPayloadIndex() const
GetFcfSize()
Select()
MaskFcf()
GetFcfDstAddr()
GetFcfSrcAddr()
IsMultipurpose()
IsShortFcf()
IsSequencePresent()
IsDstAddrPresent()
IsDstPanIdPresent()
IsSrcAddrPresent()
IsSrcPanIdPresent()
IsSecurityEnabled()
IsFramePending()
IsIePresent()
IsAckRequest()
IsVersion2015()
DetermineFcfAddrType()
CalculateAddrFieldSize()
CalculateKeySourceSize()
CalculateMicSize()
GetDstAddr() const
Gets the Destination Address.
IsSrcPanIdPresent() const
Indicates whether or not the Source Address is present for this object.
GetSrcPanId() const
Gets the Source PAN Identifier.
IsSrcAddrPresent() const
Indicates whether or not the Source Address is present for this object.
GetSrcAddr() const
Gets the Source Address.
GetSecurityControlField() const
Gets the Security Control Field.
GetSecurityLevel() const
Gets the Security Level Identifier.
GetKeyIdMode() const
Gets the Key Identifier Mode.
GetFrameCounter() const
Gets the Frame Counter.
SetFrameCounter()
Sets the Frame Counter.
GetKeySource() const
Returns a pointer to the Key Source.
SetKeySource()
Sets the Key Source.
GetKeyId() const
Gets the Key Identifier.
SetKeyId()
Sets the Key Identifier.
GetCommandId() const
Gets the Command ID.
IsDataRequestCommand() const
Indicates whether the frame is a MAC Data Request command (data poll). For 802.15.4-2015 and above frame, the frame should be already decrypted.
GetLength() const
Returns the MAC Frame Length, namely the IEEE 802.15.4 PSDU length.
SetLength()
Sets the MAC Frame Length.
Returns the MAC header size.
Returns the MAC footer size.
GetPayloadLength() const
Returns the current MAC Payload length.
GetMaxPayloadLength() const
Returns the maximum MAC Payload length for the given MAC header and footer.
SetPayloadLength()
Sets the MAC Payload length.
GetChannel() const
Returns the IEEE 802.15.4 channel used for transmission or reception.
GetPsdu()
Returns a pointer to the PSDU.
GetPsdu() const
Returns a pointer to the PSDU.
Returns a pointer to the MAC Header.
Returns a pointer to the MAC Header.
GetPayload()
Returns a pointer to the MAC Payload.
GetPayload() const
Returns a pointer to the MAC Payload.
Returns a pointer to the MAC Footer.
Returns a pointer to the MAC Footer.
Returns a pointer to the Header IE.
Returns a pointer to the Header IE.
GetThreadIe()
Returns a pointer to a specific Thread IE. A Thread IE is a vendor specific IE with Vendor OUI as `kVendorOuiThreadCompanyId`.
GetThreadIe() const
Returns a pointer to a specific Thread IE. A Thread IE is a vendor specific IE with Vendor OUI as `kVendorOuiThreadCompanyId`.
GetCslIe() const
Returns a pointer to a CSL IE.
GetCslIe()
Returns a pointer to a CSL IE.
GetMtu() const
Returns the maximum transmission unit size (MTU).
GetFcsSize() const
Returns the FCS size.
ToInfoString() const
Returns information about the frame object as an `InfoString` object.
GetFrameControlField() const
Returns the Frame Control field of the frame.