Function otCliConsoleInputLine

Source
pub unsafe extern "C" fn otCliConsoleInputLine(
    aBuf: *mut c_char,
    aBufLength: u16,
)
Expand description

This method is called to feed in a console input line.

@param[in] aBuf A pointer to a buffer with an input. @param[in] aBufLength A length of the input data stored in the buffer.