command_name

Function command_name 

Source
pub fn command_name(
    module: &[u8],
    verb: &[u8],
    params: &ControlParameters,
) -> Name
Expand description

Build a management command name with embedded ControlParameters.

Result: /localhost/nfd/<module>/<verb>/<params-component>

The ControlParameters name component contains the full TLV block (type 0x68 + length + fields), matching the NFD management protocol spec and what NFD/ndnd expect.