pub unsafe extern "C" fn otCliInterpreterInputLine(
aInterpreter: *mut otCliInterpreter,
aLine: *mut c_char,
)Expand description
Feeds input to the CLI interpreter.
@param[in] aInterpreter A pointer to a CLI interpreter. @param[in] aLine A pointer to a null-terminated string.