pub unsafe extern "C" fn QISEGetParam(
sessionID: *const c_char,
paramName: *const c_char,
paramValue: *mut c_char,
valueLen: *mut c_uint,
) -> c_intExpand description
@fn QISEGetParam @brief get params related with msc
the params could be local or server param, we only support netflow params “upflow” & “downflow” now
@return int MSPAPI - Return 0 in success, otherwise return error code. @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 splited by ‘,’ ‘;’ or ‘\n’. @param const char* paramValue - [in] param value buffer, malloced by user. @param int *valueLen - [in, out] in: length of value buffer, out: length of value string. @see