[][src]Function openthread_sys::otCliConsoleInputLine

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

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.