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

50 lines
No EOL
1.6 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>ID2-Reply-Data</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-Data</h3><pre>Defined in file <a href="id2.asn.html">id2.asn</a>
C++ class: <a href="../doxyhtml/classCID2__Reply__Data.html">CID2_Reply_Data</a>
ID2-Reply-Data ::= SEQUENCE {
-- index of negotiated types
-- recommended types
-- <a href="Seq-entry.html">Seq-entry</a>,
-- <a href="ID2S-Split-Info.html">ID2S-Split-Info</a>,
-- <a href="ID2S-Chunk.html">ID2S-Chunk</a>
data-type INTEGER {
seq-entry (0),
seq-annot (1),
id2s-split-info (2),
id2s-chunk (3)
} DEFAULT seq-entry,
-- serialization format (ASN.1 binary, ASN.1 text)
-- index of negotiated formats
data-format INTEGER {
asn-binary (0),
asn-text (1),
xml (2)
} DEFAULT asn-binary,
-- post serialization compression (plain, gzip, etc.)
-- index of negotiated compressions
data-compression INTEGER {
none (0),
gzip (1),
nlmzip (2),
bzip2 (3)
} DEFAULT none,
-- data blob
data SEQUENCE OF OCTET STRING
}</pre>
</body>
</html>