nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/ID2-Reply.html

56 lines
No EOL
2.6 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>ID2-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>ID2-Reply</h3><pre>Defined in file <a href="id2.asn.html">id2.asn</a>
C++ class: <a href="../doxyhtml/classCID2__Reply.html">CID2_Reply</a>
ID2-Reply ::= SEQUENCE {
-- request's serial number, copy from request
serial-number INTEGER OPTIONAL,
params <a href="ID2-Params.html">ID2-Params</a> OPTIONAL,
error SEQUENCE OF <a href="ID2-Error.html">ID2-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 data moved at the end to make it easier to construct
-- the reply data manually from precalculated data
reply CHOICE {
init NULL,
empty NULL,
get-package <a href="ID2-Reply-Get-Package.html">ID2-Reply-Get-Package</a>,
get-seq-id <a href="ID2-Reply-Get-Seq-id.html">ID2-Reply-Get-Seq-id</a>,
get-blob-id <a href="ID2-Reply-Get-Blob-Id.html">ID2-Reply-Get-Blob-Id</a>,
get-blob-seq-ids <a href="ID2-Reply-Get-Blob-Seq-ids.html">ID2-Reply-Get-Blob-Seq-ids</a>,
get-blob <a href="ID2-Reply-Get-Blob.html">ID2-Reply-Get-Blob</a>,
reget-blob <a href="ID2-Reply-ReGet-Blob.html">ID2-Reply-ReGet-Blob</a>,
get-split-info <a href="ID2S-Reply-Get-Split-Info.html">ID2S-Reply-Get-Split-Info</a>,
get-chunk <a href="ID2S-Reply-Get-Chunk.html">ID2S-Reply-Get-Chunk</a>
},
-- additional error flag if the reply is broken in the middle
-- of transfer.
-- 'last-octet-string', and 'nothing' mean that
-- client may use ReGet request to get the remaining data.
discard ENUMERATED {
reply (0), -- whole reply should be discarded
last-octet-string (1), -- all data in embedded <a href="ID2-Reply-Data.html">ID2-Reply-Data</a>
-- except last OCTET STRING is correct
nothing (2) -- all data in embedded <a href="ID2-Reply-Data.html">ID2-Reply-Data</a>
-- is correct, but is incomplete
} OPTIONAL
}</pre>
</body>
</html>