src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonDeviceInterface.html

branch
eric7
changeset 10229
e50bbf250343
parent 10015
9352f33732ae
child 10479
856476537696
equal deleted inserted replaced
10228:74c6150aa745 10229:e50bbf250343
76 <td><a href="#MicroPythonDeviceInterface.__init__">MicroPythonDeviceInterface</a></td> 76 <td><a href="#MicroPythonDeviceInterface.__init__">MicroPythonDeviceInterface</a></td>
77 <td>Constructor</td> 77 <td>Constructor</td>
78 </tr> 78 </tr>
79 <tr> 79 <tr>
80 <td><a href="#MicroPythonDeviceInterface.connectToDevice">connectToDevice</a></td> 80 <td><a href="#MicroPythonDeviceInterface.connectToDevice">connectToDevice</a></td>
81 <td>Public slot to connect to the device.</td> 81 <td>Public method to connect to the device.</td>
82 </tr> 82 </tr>
83 <tr> 83 <tr>
84 <td><a href="#MicroPythonDeviceInterface.disconnectFromDevice">disconnectFromDevice</a></td> 84 <td><a href="#MicroPythonDeviceInterface.disconnectFromDevice">disconnectFromDevice</a></td>
85 <td>Public slot to disconnect from the device.</td> 85 <td>Public slot to disconnect from the device.</td>
86 </tr> 86 </tr>
132 <a NAME="MicroPythonDeviceInterface.connectToDevice" ID="MicroPythonDeviceInterface.connectToDevice"></a> 132 <a NAME="MicroPythonDeviceInterface.connectToDevice" ID="MicroPythonDeviceInterface.connectToDevice"></a>
133 <h4>MicroPythonDeviceInterface.connectToDevice</h4> 133 <h4>MicroPythonDeviceInterface.connectToDevice</h4>
134 <b>connectToDevice</b>(<i>connection</i>) 134 <b>connectToDevice</b>(<i>connection</i>)
135 135
136 <p> 136 <p>
137 Public slot to connect to the device. 137 Public method to connect to the device.
138 </p> 138 </p>
139 <dl> 139 <dl>
140 140
141 <dt><i>connection</i> (str)</dt> 141 <dt><i>connection</i> (str)</dt>
142 <dd> 142 <dd>
144 </dd> 144 </dd>
145 </dl> 145 </dl>
146 <dl> 146 <dl>
147 <dt>Return:</dt> 147 <dt>Return:</dt>
148 <dd> 148 <dd>
149 flag indicating success 149 flag indicating success and an error message
150 </dd> 150 </dd>
151 </dl> 151 </dl>
152 <dl> 152 <dl>
153 <dt>Return Type:</dt> 153 <dt>Return Type:</dt>
154 <dd> 154 <dd>
155 bool 155 tuple of (bool, str)
156 </dd> 156 </dd>
157 </dl> 157 </dl>
158 <dl> 158 <dl>
159 159
160 <dt>Raises <b>NotImplementedError</b>:</dt> 160 <dt>Raises <b>NotImplementedError</b>:</dt>

eric ide

mercurial