Home
last modified time | relevance | path

Searched refs:value8 (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/core/coap/
Dcoap_message.cpp626 uint8_t value8; in ReadExtendedOptionField() local
628 SuccessOrExit(error = Read(sizeof(uint8_t), &value8)); in ReadExtendedOptionField()
629 aValue = static_cast<uint16_t>(value8) + Message::kOption1ByteExtensionOffset; in ReadExtendedOptionField()