26 lines
No EOL
770 B
HTML
26 lines
No EOL
770 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>MSSerialDataFormat</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>MSSerialDataFormat</h3><pre>Defined in file <a href="omssa.asn.html">omssa.asn</a>
|
|
No C++ class for INTEGER with named values
|
|
|
|
|
|
MSSerialDataFormat ::= INTEGER {
|
|
none (0) ,
|
|
asntext (1), -- open ASN.1 text format
|
|
asnbinary (2), -- open ASN.1 binary format
|
|
xml (3), -- open XML format
|
|
csv (4), -- csv (excel)
|
|
pepxml (5), -- pepXML format
|
|
xmlbz2 (6) -- bzip2 XML format
|
|
}</pre>
|
|
</body>
|
|
</html> |