Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > c7b8d5922a45aeb64a36e62c8024cf09 > files > 80

ocaml-async_extra-devel-109.24.00-2.mga4.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Tcp_file.Client.Error.html">
<link rel="next" href="Tcp_file.Client.Response.html">
<link rel="Up" href="Tcp_file.Client.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Command" rel="Chapter" href="Command.html">
<link title="File_tail" rel="Chapter" href="File_tail.html">
<link title="File_writer" rel="Chapter" href="File_writer.html">
<link title="Import" rel="Chapter" href="Import.html">
<link title="Lock_file" rel="Chapter" href="Lock_file.html">
<link title="Log" rel="Chapter" href="Log.html">
<link title="Persistent_singleton" rel="Chapter" href="Persistent_singleton.html">
<link title="Rpc" rel="Chapter" href="Rpc.html">
<link title="Rpc_intf" rel="Chapter" href="Rpc_intf.html">
<link title="Std" rel="Chapter" href="Std.html">
<link title="Tcp" rel="Chapter" href="Tcp.html">
<link title="Tcp_file" rel="Chapter" href="Tcp_file.html">
<link title="Typed_tcp" rel="Chapter" href="Typed_tcp.html">
<link title="Typed_tcp_intf" rel="Chapter" href="Typed_tcp_intf.html">
<link title="Unpack_sequence" rel="Chapter" href="Unpack_sequence.html">
<link title="User_and_group" rel="Chapter" href="User_and_group.html">
<link title="Versioned_rpc" rel="Chapter" href="Versioned_rpc.html">
<link title="Versioned_typed_tcp" rel="Chapter" href="Versioned_typed_tcp.html">
<link title="Weak_hashtbl" rel="Chapter" href="Weak_hashtbl.html"><title>Tcp_file.Client.Message</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Tcp_file.Client.Error.html" title="Tcp_file.Client.Error">Previous</a>
&nbsp;<a class="up" href="Tcp_file.Client.html" title="Tcp_file.Client">Up</a>
&nbsp;<a class="post" href="Tcp_file.Client.Response.html" title="Tcp_file.Client.Response">Next</a>
</div>
<h1>Module <a href="type_Tcp_file.Client.Message.html">Tcp_file.Client.Message</a></h1>

<pre><span class="keyword">module</span> Message: <code class="code">sig</code> <a href="Tcp_file.Client.Message.html">..</a> <code class="code">end</code></pre><hr width="100%">

<pre><code><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> = </code></pre><table class="typetable">
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.String"><span class="constructor">String</span></span> <span class="keyword">of</span> <code class="type">string</code></code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.Bigstring"><span class="constructor">Bigstring</span></span> <span class="keyword">of</span> <code class="type">Core.Std.Bigstring.t</code></code></td>

</tr></table>



<pre><span id="VALlength"><span class="keyword">val</span> length</span> : <code class="type"><a href="Tcp_file.Client.Message.html#TYPEt">t</a> -> int</code></pre><div class="info ">
None is returned in cases where the message cannot fit into a string (original
        message was a very large Bigstring<br>
</div>

<pre><span id="VALto_string"><span class="keyword">val</span> to_string</span> : <code class="type"><a href="Tcp_file.Client.Message.html#TYPEt">t</a> -> string option</code></pre>
<pre><span id="VALto_string_exn"><span class="keyword">val</span> to_string_exn</span> : <code class="type"><a href="Tcp_file.Client.Message.html#TYPEt">t</a> -> string</code></pre>
<pre><span id="VALto_bigstring"><span class="keyword">val</span> to_bigstring</span> : <code class="type"><a href="Tcp_file.Client.Message.html#TYPEt">t</a> -> Core.Std.Bigstring.t</code></pre>
<pre><span id="VALbin_t"><span class="keyword">val</span> bin_t</span> : <code class="type"><a href="Tcp_file.Client.Message.html#TYPEt">t</a> Core.Std.Bin_prot.Type_class.t</code></pre>
<pre><span id="VALbin_read_t"><span class="keyword">val</span> bin_read_t</span> : <code class="type"><a href="Tcp_file.Client.Message.html#TYPEt">t</a> Core.Std.Bin_prot.Read_ml.reader</code></pre>
<pre><span id="VALbin_read_t_"><span class="keyword">val</span> bin_read_t_</span> : <code class="type"><a href="Tcp_file.Client.Message.html#TYPEt">t</a> Core.Std.Bin_prot.Unsafe_read_c.reader</code></pre>
<pre><span id="VALbin_read_t__"><span class="keyword">val</span> bin_read_t__</span> : <code class="type">(int -> <a href="Tcp_file.Client.Message.html#TYPEt">t</a>) Core.Std.Bin_prot.Unsafe_read_c.reader</code></pre>
<pre><span id="VALbin_reader_t"><span class="keyword">val</span> bin_reader_t</span> : <code class="type"><a href="Tcp_file.Client.Message.html#TYPEt">t</a> Core.Std.Bin_prot.Type_class.reader</code></pre>
<pre><span id="VALbin_size_t"><span class="keyword">val</span> bin_size_t</span> : <code class="type"><a href="Tcp_file.Client.Message.html#TYPEt">t</a> Core.Std.Bin_prot.Size.sizer</code></pre>
<pre><span id="VALbin_write_t"><span class="keyword">val</span> bin_write_t</span> : <code class="type"><a href="Tcp_file.Client.Message.html#TYPEt">t</a> Core.Std.Bin_prot.Write_ml.writer</code></pre>
<pre><span id="VALbin_write_t_"><span class="keyword">val</span> bin_write_t_</span> : <code class="type"><a href="Tcp_file.Client.Message.html#TYPEt">t</a> Core.Std.Bin_prot.Unsafe_write_c.writer</code></pre>
<pre><span id="VALbin_writer_t"><span class="keyword">val</span> bin_writer_t</span> : <code class="type"><a href="Tcp_file.Client.Message.html#TYPEt">t</a> Core.Std.Bin_prot.Type_class.writer</code></pre><br>
None is returned in cases where the message cannot fit into a string (original
        message was a very large Bigstring<br>
</body></html>