[][src]Module coap_numbers::signaling_option

Constants and functions for options in signaling CoAP messages (7.xx)

Like in the options module, numbers are expressed as u16 values. The applicability of options is not expressed here yet other than in the lookup, for it is unclear yet how that would be usable in practice. (A program is likely to branch on the signaling code before doing any option number evaluation).

Constants

ALTERNATIVE_ADDRESS

Alternative-Address (for 7.04 Release)

BAD_CSM_OPTION

Bad-CSM-Option (for 7.05 Abort)

BLOCK_WISE_TRANSFER

Block-Wise-Transfer (for 7.01 CSM)

CUSTODY

Custody (for 7.02 Ping / 7.03 Pong)

HOLD_OFF

Hold-Off (for 7.04 Release)

MAX_MESSAGE_SIZE

Max-Message-Size (for 7.01 CSM)

OSCORE

OSCORE (for any)

Functions

to_name

Find the name for a CoAP signaling option when used with a particular code, if known.