pub unsafe extern "C" fn QTTSGetParam(
sessionID: *const c_char,
paramName: *const c_char,
paramValue: *mut c_char,
valueLen: *mut c_uint,
) -> c_intExpand description
@fn QTTSGetParam @brief get params related with msc
the params could be local or server param, we only support netflow params “upflow” & “downflow” now
@return int - Return 0 if success, otherwise return errcode. @param const char* sessionID - [in] session id of related param, set NULL to got global param @param const char* paramName - [in] param name,could pass more than one param split by ‘,’’;‘or’\n’ @param const char* paramValue - [in] param value buffer, malloced by user @param int *valueLen - [in, out] pass in length of value buffer, and return length of value string @see