Function MSPSetParam

Source
pub unsafe extern "C" fn MSPSetParam(
    paramName: *const c_char,
    paramValue: *const c_char,
) -> c_int
Expand description

@fn MSPSetParam @brief set params of msc

set param of msc

@return int - Return 0 if success, otherwise return errcode. @param const char* paramName - [in] param name. @param const char* paramValue - [in] param value @see