src/eric7/Documentation/Source/eric7.MicroPython.Devices.RP2040Devices.html

branch
eric7
changeset 10144
45a9177c8e77
parent 10089
5fe9bfafbc7c
child 10153
ffe7432f716b
equal deleted inserted replaced
10143:bf84513859ca 10144:45a9177c8e77
222 <tr> 222 <tr>
223 <td><a href="#RP2040Device.hasWifi">hasWifi</a></td> 223 <td><a href="#RP2040Device.hasWifi">hasWifi</a></td>
224 <td>Public method to check the availability of WiFi.</td> 224 <td>Public method to check the availability of WiFi.</td>
225 </tr> 225 </tr>
226 <tr> 226 <tr>
227 <td><a href="#RP2040Device.isLanConnected">isLanConnected</a></td>
228 <td>Public method to check the LAN connection status.</td>
229 </tr>
230 <tr>
231 <td><a href="#RP2040Device.isWifiApConnected">isWifiApConnected</a></td>
232 <td>Public method to check the WiFi connection status as access point.</td>
233 </tr>
234 <tr>
235 <td><a href="#RP2040Device.isWifiClientConnected">isWifiClientConnected</a></td>
236 <td>Public method to check the WiFi connection status as client.</td>
237 </tr>
238 <tr>
227 <td><a href="#RP2040Device.removeCredentials">removeCredentials</a></td> 239 <td><a href="#RP2040Device.removeCredentials">removeCredentials</a></td>
228 <td>Public method to remove the saved credentials from the connected device.</td> 240 <td>Public method to remove the saved credentials from the connected device.</td>
229 </tr> 241 </tr>
230 <tr> 242 <tr>
231 <td><a href="#RP2040Device.removeLanAutoConnect">removeLanAutoConnect</a></td> 243 <td><a href="#RP2040Device.removeLanAutoConnect">removeLanAutoConnect</a></td>
1096 <dl> 1108 <dl>
1097 1109
1098 <dt>Raises <b>OSError</b>:</dt> 1110 <dt>Raises <b>OSError</b>:</dt>
1099 <dd> 1111 <dd>
1100 raised to indicate an issue with the device 1112 raised to indicate an issue with the device
1113 </dd>
1114 </dl>
1115 <a NAME="RP2040Device.isLanConnected" ID="RP2040Device.isLanConnected"></a>
1116 <h4>RP2040Device.isLanConnected</h4>
1117 <b>isLanConnected</b>(<i></i>)
1118
1119 <p>
1120 Public method to check the LAN connection status.
1121 </p>
1122 <dl>
1123 <dt>Return:</dt>
1124 <dd>
1125 flag indicating that the device is connected to the LAN
1126 </dd>
1127 </dl>
1128 <dl>
1129 <dt>Return Type:</dt>
1130 <dd>
1131 bool
1132 </dd>
1133 </dl>
1134 <a NAME="RP2040Device.isWifiApConnected" ID="RP2040Device.isWifiApConnected"></a>
1135 <h4>RP2040Device.isWifiApConnected</h4>
1136 <b>isWifiApConnected</b>(<i></i>)
1137
1138 <p>
1139 Public method to check the WiFi connection status as access point.
1140 </p>
1141 <dl>
1142 <dt>Return:</dt>
1143 <dd>
1144 flag indicating the WiFi connection status
1145 </dd>
1146 </dl>
1147 <dl>
1148 <dt>Return Type:</dt>
1149 <dd>
1150 bool
1151 </dd>
1152 </dl>
1153 <a NAME="RP2040Device.isWifiClientConnected" ID="RP2040Device.isWifiClientConnected"></a>
1154 <h4>RP2040Device.isWifiClientConnected</h4>
1155 <b>isWifiClientConnected</b>(<i></i>)
1156
1157 <p>
1158 Public method to check the WiFi connection status as client.
1159 </p>
1160 <dl>
1161 <dt>Return:</dt>
1162 <dd>
1163 flag indicating the WiFi connection status
1164 </dd>
1165 </dl>
1166 <dl>
1167 <dt>Return Type:</dt>
1168 <dd>
1169 bool
1101 </dd> 1170 </dd>
1102 </dl> 1171 </dl>
1103 <a NAME="RP2040Device.removeCredentials" ID="RP2040Device.removeCredentials"></a> 1172 <a NAME="RP2040Device.removeCredentials" ID="RP2040Device.removeCredentials"></a>
1104 <h4>RP2040Device.removeCredentials</h4> 1173 <h4>RP2040Device.removeCredentials</h4>
1105 <b>removeCredentials</b>(<i></i>) 1174 <b>removeCredentials</b>(<i></i>)

eric ide

mercurial