43 lines
No EOL
1.5 KiB
HTML
43 lines
No EOL
1.5 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>CDD-Reply</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>CDD-Reply</h3><pre>Defined in file <a href="cdd_access.asn.html">cdd_access.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCCDD__Reply.html">CCDD_Reply</a>
|
|
|
|
|
|
CDD-Reply ::= SEQUENCE {
|
|
|
|
-- request's serial number, copy from request
|
|
serial-number INTEGER OPTIONAL,
|
|
|
|
error <a href="CDD-Error.html">CDD-Error</a> OPTIONAL,
|
|
|
|
-- true if this reply is the last one for the request
|
|
-- false if more replies will follow
|
|
end-of-reply NULL OPTIONAL,
|
|
|
|
reply CHOICE {
|
|
|
|
-- no data found for the request
|
|
empty NULL,
|
|
|
|
-- return blob-id for get-blob-id request
|
|
get-blob-id <a href="CDD-Reply-Get-Blob-Id.html">CDD-Reply-Get-Blob-Id</a>,
|
|
|
|
-- return <a href="Seq-annot.html">Seq-annot</a> for get-blob request
|
|
get-blob <a href="Seq-annot.html">Seq-annot</a>,
|
|
|
|
-- return (<a href="Seq-annot.html">Seq-annot</a> + blob-id) for get-blob-by-seq-id OR get-blob-by-seq-ids request
|
|
get-blob-by-seq-id <a href="CDD-Reply-Get-Blob-By-Seq-Id.html">CDD-Reply-Get-Blob-By-Seq-Id</a>
|
|
}
|
|
}</pre>
|
|
</body>
|
|
</html> |