225 <tr> |
225 <tr> |
226 <td><a href="#CircuitPythonDevice.getEthernetStatus">getEthernetStatus</a></td> |
226 <td><a href="#CircuitPythonDevice.getEthernetStatus">getEthernetStatus</a></td> |
227 <td>Public method to get Ethernet status data of the connected board.</td> |
227 <td>Public method to get Ethernet status data of the connected board.</td> |
228 </tr> |
228 </tr> |
229 <tr> |
229 <tr> |
|
230 <td><a href="#CircuitPythonDevice.getSecurityModes">getSecurityModes</a></td> |
|
231 <td>Public method to get a list of security modes supported by the device.</td> |
|
232 </tr> |
|
233 <tr> |
230 <td><a href="#CircuitPythonDevice.getWifiData">getWifiData</a></td> |
234 <td><a href="#CircuitPythonDevice.getWifiData">getWifiData</a></td> |
231 <td>Public method to get data related to the current WiFi status.</td> |
235 <td>Public method to get data related to the current WiFi status.</td> |
232 </tr> |
236 </tr> |
233 <tr> |
237 <tr> |
234 <td><a href="#CircuitPythonDevice.getWorkspace">getWorkspace</a></td> |
238 <td><a href="#CircuitPythonDevice.getWorkspace">getWorkspace</a></td> |
1134 <dt>Raises <b>OSError</b>:</dt> |
1138 <dt>Raises <b>OSError</b>:</dt> |
1135 <dd> |
1139 <dd> |
1136 raised to indicate an issue with the device |
1140 raised to indicate an issue with the device |
1137 </dd> |
1141 </dd> |
1138 </dl> |
1142 </dl> |
|
1143 <a NAME="CircuitPythonDevice.getSecurityModes" ID="CircuitPythonDevice.getSecurityModes"></a> |
|
1144 <h4>CircuitPythonDevice.getSecurityModes</h4> |
|
1145 <b>getSecurityModes</b>(<i></i>) |
|
1146 <p> |
|
1147 Public method to get a list of security modes supported by the device. |
|
1148 </p> |
|
1149 |
|
1150 <dl> |
|
1151 <dt>Return:</dt> |
|
1152 <dd> |
|
1153 list of supported security modes |
|
1154 </dd> |
|
1155 </dl> |
|
1156 <dl> |
|
1157 <dt>Return Type:</dt> |
|
1158 <dd> |
|
1159 list of str |
|
1160 </dd> |
|
1161 </dl> |
1139 <a NAME="CircuitPythonDevice.getWifiData" ID="CircuitPythonDevice.getWifiData"></a> |
1162 <a NAME="CircuitPythonDevice.getWifiData" ID="CircuitPythonDevice.getWifiData"></a> |
1140 <h4>CircuitPythonDevice.getWifiData</h4> |
1163 <h4>CircuitPythonDevice.getWifiData</h4> |
1141 <b>getWifiData</b>(<i></i>) |
1164 <b>getWifiData</b>(<i></i>) |
1142 <p> |
1165 <p> |
1143 Public method to get data related to the current WiFi status. |
1166 Public method to get data related to the current WiFi status. |
1537 |
1560 |
1538 <dt><i>ssid</i> (str)</dt> |
1561 <dt><i>ssid</i> (str)</dt> |
1539 <dd> |
1562 <dd> |
1540 SSID of the access point |
1563 SSID of the access point |
1541 </dd> |
1564 </dd> |
1542 <dt><i>security</i> (int (optional))</dt> |
1565 <dt><i>security</i> (str (optional))</dt> |
1543 <dd> |
1566 <dd> |
1544 security method (defaults to None) |
1567 security mode (defaults to None) (unused) |
1545 </dd> |
1568 </dd> |
1546 <dt><i>password</i> (str (optional))</dt> |
1569 <dt><i>password</i> (str (optional))</dt> |
1547 <dd> |
1570 <dd> |
1548 password (defaults to None) |
1571 password (defaults to None) |
1549 </dd> |
1572 </dd> |