diff options
Diffstat (limited to 'utils/devices.html')
| -rwxr-xr-x | utils/devices.html | 59 |
1 files changed, 44 insertions, 15 deletions
diff --git a/utils/devices.html b/utils/devices.html index b3ce872..32fb642 100755 --- a/utils/devices.html +++ b/utils/devices.html | |||
| @@ -13,6 +13,8 @@ | |||
| 13 | 13 | ||
| 14 | 14 | ||
| 15 | 15 | ||
| 16 | |||
| 17 | |||
| 16 | 18 | ||
| 17 | 19 | ||
| 18 | 20 | ||
| @@ -45,6 +47,7 @@ | |||
| 45 | 47 | ||
| 46 | <body class="wy-body-for-nav" role="document"> | 48 | <body class="wy-body-for-nav" role="document"> |
| 47 | 49 | ||
| 50 | |||
| 48 | <div class="wy-grid-for-nav"> | 51 | <div class="wy-grid-for-nav"> |
| 49 | 52 | ||
| 50 | 53 | ||
| @@ -64,7 +67,7 @@ | |||
| 64 | 67 | ||
| 65 | 68 | ||
| 66 | <div class="version"> | 69 | <div class="version"> |
| 67 | 0.3.3 | 70 | 0.3.6 |
| 68 | </div> | 71 | </div> |
| 69 | 72 | ||
| 70 | 73 | ||
| @@ -85,7 +88,10 @@ | |||
| 85 | 88 | ||
| 86 | 89 | ||
| 87 | 90 | ||
| 88 | <ul class="current"> | 91 | |
| 92 | |||
| 93 | |||
| 94 | <ul class="current"> | ||
| 89 | <li class="toctree-l1"><a class="reference internal" href="../using.html">Using EventMQ</a></li> | 95 | <li class="toctree-l1"><a class="reference internal" href="../using.html">Using EventMQ</a></li> |
| 90 | <li class="toctree-l1 current"><a class="reference internal" href="../api.html">API Documentation</a><ul class="current"> | 96 | <li class="toctree-l1 current"><a class="reference internal" href="../api.html">API Documentation</a><ul class="current"> |
| 91 | <li class="toctree-l2"><a class="reference internal" href="../client.html"><code class="docutils literal"><span class="pre">client</span></code> – Client Utilities</a></li> | 97 | <li class="toctree-l2"><a class="reference internal" href="../client.html"><code class="docutils literal"><span class="pre">client</span></code> – Client Utilities</a></li> |
| @@ -118,8 +124,10 @@ | |||
| 118 | 124 | ||
| 119 | 125 | ||
| 120 | <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> | 126 | <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> |
| 121 | <i data-toggle="wy-nav-top" class="fa fa-bars"></i> | 127 | |
| 122 | <a href="../index.html">EventMQ</a> | 128 | <i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
| 129 | <a href="../index.html">EventMQ</a> | ||
| 130 | |||
| 123 | </nav> | 131 | </nav> |
| 124 | 132 | ||
| 125 | 133 | ||
| @@ -128,27 +136,44 @@ | |||
| 128 | <div class="rst-content"> | 136 | <div class="rst-content"> |
| 129 | 137 | ||
| 130 | 138 | ||
| 131 | 139 | ||
| 140 | |||
| 141 | |||
| 142 | |||
| 143 | |||
| 144 | |||
| 145 | |||
| 146 | |||
| 147 | |||
| 148 | |||
| 149 | |||
| 132 | 150 | ||
| 133 | 151 | ||
| 134 | 152 | ||
| 135 | <div role="navigation" aria-label="breadcrumbs navigation"> | 153 | <div role="navigation" aria-label="breadcrumbs navigation"> |
| 154 | |||
| 136 | <ul class="wy-breadcrumbs"> | 155 | <ul class="wy-breadcrumbs"> |
| 137 | <li><a href="../index.html">Docs</a> »</li> | 156 | |
| 138 | 157 | <li><a href="../index.html">Docs</a> »</li> | |
| 158 | |||
| 139 | <li><a href="../api.html">API Documentation</a> »</li> | 159 | <li><a href="../api.html">API Documentation</a> »</li> |
| 140 | 160 | ||
| 141 | <li><a href="index.html"><code class="docutils literal"><span class="pre">utils</span></code> – Utilities</a> »</li> | 161 | <li><a href="index.html"><code class="docutils literal"><span class="pre">utils</span></code> – Utilities</a> »</li> |
| 142 | 162 | ||
| 143 | <li><code class="docutils literal"><span class="pre">devices</span></code> – Device Utilities</li> | 163 | <li><code class="docutils literal"><span class="pre">devices</span></code> – Device Utilities</li> |
| 164 | |||
| 165 | |||
| 144 | <li class="wy-breadcrumbs-aside"> | 166 | <li class="wy-breadcrumbs-aside"> |
| 145 | 167 | ||
| 146 | 168 | ||
| 147 | <a href="../_sources/utils/devices.rst.txt" rel="nofollow"> View page source</a> | 169 | <a href="../_sources/utils/devices.rst.txt" rel="nofollow"> View page source</a> |
| 148 | 170 | ||
| 149 | 171 | ||
| 150 | </li> | 172 | </li> |
| 173 | |||
| 151 | </ul> | 174 | </ul> |
| 175 | |||
| 176 | |||
| 152 | <hr/> | 177 | <hr/> |
| 153 | </div> | 178 | </div> |
| 154 | <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | 179 | <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> |
| @@ -165,7 +190,7 @@ causes errors when setting the IDENTITY of the ZMQ socket.</p> | |||
| 165 | <col class="field-name" /> | 190 | <col class="field-name" /> |
| 166 | <col class="field-body" /> | 191 | <col class="field-body" /> |
| 167 | <tbody valign="top"> | 192 | <tbody valign="top"> |
| 168 | <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>prefix</strong> (<a class="reference external" href="https://docs.python.org/2/library/functions.html#str" title="(in Python v2.7)"><em>str</em></a>) – Prefix the id with this string.</td> | 193 | <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>prefix</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.7)"><em>str</em></a>) – Prefix the id with this string.</td> |
| 169 | </tr> | 194 | </tr> |
| 170 | </tbody> | 195 | </tbody> |
| 171 | </table> | 196 | </table> |
| @@ -179,15 +204,18 @@ causes errors when setting the IDENTITY of the ZMQ socket.</p> | |||
| 179 | 204 | ||
| 180 | 205 | ||
| 181 | </div> | 206 | </div> |
| 207 | <div class="articleComments"> | ||
| 208 | |||
| 209 | </div> | ||
| 182 | </div> | 210 | </div> |
| 183 | <footer> | 211 | <footer> |
| 184 | 212 | ||
| 185 | <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> | 213 | <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> |
| 186 | 214 | ||
| 187 | <a href="messages.html" class="btn btn-neutral float-right" title="messages – Message Utilities" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> | 215 | <a href="messages.html" class="btn btn-neutral float-right" title="messages – Message Utilities" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> |
| 188 | 216 | ||
| 189 | 217 | ||
| 190 | <a href="classes.html" class="btn btn-neutral" title="classes – Utility Classes" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> | 218 | <a href="classes.html" class="btn btn-neutral" title="classes – Utility Classes" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> |
| 191 | 219 | ||
| 192 | </div> | 220 | </div> |
| 193 | 221 | ||
| @@ -221,7 +249,8 @@ causes errors when setting the IDENTITY of the ZMQ socket.</p> | |||
| 221 | VERSION:'0', | 249 | VERSION:'0', |
| 222 | COLLAPSE_INDEX:false, | 250 | COLLAPSE_INDEX:false, |
| 223 | FILE_SUFFIX:'.html', | 251 | FILE_SUFFIX:'.html', |
| 224 | HAS_SOURCE: true | 252 | HAS_SOURCE: true, |
| 253 | SOURCELINK_SUFFIX: '.txt' | ||
| 225 | }; | 254 | }; |
| 226 | </script> | 255 | </script> |
| 227 | <script type="text/javascript" src="../_static/jquery.js"></script> | 256 | <script type="text/javascript" src="../_static/jquery.js"></script> |