Function MSPGetParam

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

@fn MSPGetParam @brief get params of msc

get param of msc

@return int - Return 0 if success, otherwise return errcode. @param const char* paramName - [in] param name. @param const char* paramValue - [out] param value @param const char* valueLen - [in/out] param value (buffer) length @see