Skip to content
Snippets Groups Projects
Commit dac13074 authored by Martine Lenders's avatar Martine Lenders
Browse files

ng_pkt: update documentation

parent 5cab734d
No related branches found
No related tags found
No related merge requests found
...@@ -30,14 +30,11 @@ extern "C" { ...@@ -30,14 +30,11 @@ extern "C" {
#endif #endif
/** /**
* @brief Type to represent snips (or parts, * @brief Type to represent parts (either headers or payload) of a packet,
* snip == (packet header || packet payload)) of a network packet * called snips.
* @details The idea behind the packet snips is that they either can represent * @details The idea behind the packet snips is that they either can represent
* protocol-specific headers or payload. A packet can be comprised of * protocol-specific headers or payload. A packet can be comprised of
* @f$ n @f$ pktsnip_t elements, where the first element represents the * multiple pktsnip_t elements.
* header of the lowest available network layer and the @f$ (n - 1) @f$-st
* element represents the payload of the highest available layer.
* Use @ref sys_ut to operate on this.
* *
* Example: * Example:
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment