Skip to main content

d08_setup_param_name

Function d08_setup_param_name 

Source
fn d08_setup_param_name(key: u64) -> Option<&'static str>
Expand description

Known parameter names for SETUP messages in drafts 08 through 10.

The same two as draft-07 minus ROLE, which those drafts do not define: the word occurs nowhere in the text of any of them, and 0x00 is not given to anything else. Naming it here anyway would report a parameter the sender cannot have meant, and it read the value as an integer that no decoder had checked was one.