28 lines
No EOL
841 B
HTML
28 lines
No EOL
841 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>GBenchVersionReply</title>
|
|
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
|
|
</script>
|
|
<script type="text/javascript">
|
|
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h3>GBenchVersionReply</h3><pre>Defined in file <a href="gui_objects.asn.html">gui_objects.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCGBenchVersionReply.html">CGBenchVersionReply</a>
|
|
|
|
|
|
GBenchVersionReply ::= SEQUENCE {
|
|
-- the version we return
|
|
version <a href="GBenchVersionInfo.html">GBenchVersionInfo</a>,
|
|
|
|
-- path where the latest version can be found
|
|
download-path VisibleString,
|
|
|
|
-- the package is the executable to be launched
|
|
-- the package portion is zlib compressed!
|
|
package OCTET STRING OPTIONAL
|
|
}</pre>
|
|
</body>
|
|
</html> |