Skip to main content

otCliInputLine

Function otCliInputLine 

Source
pub unsafe extern "C" fn otCliInputLine(aLine: *mut c_char)
Expand description

Feeds input to the static CLI interpreter.

Requires OPENTHREAD_CONFIG_CLI_STATIC_INTERPRETER_ENABLE.

@param[in] aLine A pointer to a null-terminated string.