ot::Message::RemoveFooter() method
Removes footer bytes from the end of the message. The caller should ensure the message contains the bytes to be removed, otherwise as many bytes as available will be removed.
Syntax
void RemoveFooter(uint16_t aLength); Arguments
aLength
Number of footer bytes to remove from end of the `Message`.
![]()
void RemoveFooter(uint16_t aLength);![]()
RemoveFooter(sizeof(uint8_t));
ot::Message::RemoveFooter() is called by 1 function and calls 2 functions:
![]()
ot::Message::RemoveFooter()
ot::Message::RemoveFooter() writes 1 variable:
![]()
ot::Message::RemoveFooter()