src/eric7/Documentation/Source/eric7.EricNetwork.EricJsonClient.html

branch
eric7
changeset 10538
decb03459cd4
parent 10523
e4069ddd7dc7
--- a/src/eric7/Documentation/Source/eric7.EricNetwork.EricJsonClient.html	Thu Feb 01 15:44:36 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricNetwork.EricJsonClient.html	Thu Feb 01 15:44:59 2024 +0100
@@ -56,6 +56,10 @@
 <td>Constructor</td>
 </tr>
 <tr>
+<td><a href="#EricJsonClient.__receiveBytes">__receiveBytes</a></td>
+<td>Private method to receive the given length of bytes.</td>
+</tr>
+<tr>
 <td><a href="#EricJsonClient.__receiveJson">__receiveJson</a></td>
 <td>Private method to receive a JSON encoded command and data from the server.</td>
 </tr>
@@ -106,6 +110,32 @@
             order to identify the connection
 </dd>
 </dl>
+<a NAME="EricJsonClient.__receiveBytes" ID="EricJsonClient.__receiveBytes"></a>
+<h4>EricJsonClient.__receiveBytes</h4>
+<b>__receiveBytes</b>(<i>length</i>)
+<p>
+        Private method to receive the given length of bytes.
+</p>
+
+<dl>
+
+<dt><i>length</i> (int)</dt>
+<dd>
+bytes to receive
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+received bytes or None if connection closed
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bytes
+</dd>
+</dl>
 <a NAME="EricJsonClient.__receiveJson" ID="EricJsonClient.__receiveJson"></a>
 <h4>EricJsonClient.__receiveJson</h4>
 <b>__receiveJson</b>(<i></i>)

eric ide

mercurial