Function otCliSetUserCommands

Source
pub unsafe extern "C" fn otCliSetUserCommands(
    aUserCommands: *const otCliCommand,
    aLength: u8,
)
Expand description

Set a user command table.

@param[in] aUserCommands A pointer to an array with user commands. @param[in] aLength @p aUserCommands length.