Module coap_message_utils::option_extension[][src]

Expand description

Tools for handling the extension encoding of CoAP options

Enums

All the ways decoding an extension value can go wrong

Constants

The offset added to a 1-byte extended value

The offset added to a 2-byte extended value

Nibble value for “1 byte extension”

Nibble value for “2 byte extension”

Nibble value reserved for the payload marker

Functions

Encode delta and length into a small returned buffer

push_extensionsDeprecated

Write an extended option delta or length value into a vector.

Decode an extended value.