A clone of: https://github.com/nutechsoftware/alarmdecoder This is requires as they dropped support for older firmware releases w/o building in backward compatibility code, and they had previously hardcoded pyserial to a python2 only version.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

837 lines
23 KiB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Index &mdash; pyad2 documentation</title>
  7. <link rel="stylesheet" href="_static/default.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: './',
  12. VERSION: '',
  13. COLLAPSE_INDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true
  16. };
  17. </script>
  18. <script type="text/javascript" src="_static/jquery.js"></script>
  19. <script type="text/javascript" src="_static/underscore.js"></script>
  20. <script type="text/javascript" src="_static/doctools.js"></script>
  21. <link rel="top" title="pyad2 documentation" href="index.html" />
  22. </head>
  23. <body>
  24. <div class="related">
  25. <h3>Navigation</h3>
  26. <ul>
  27. <li class="right" style="margin-right: 10px">
  28. <a href="#" title="General Index"
  29. accesskey="I">index</a></li>
  30. <li class="right" >
  31. <a href="py-modindex.html" title="Python Module Index"
  32. >modules</a> |</li>
  33. <li><a href="index.html">pyad2 documentation</a> &raquo;</li>
  34. </ul>
  35. </div>
  36. <div class="document">
  37. <div class="documentwrapper">
  38. <div class="bodywrapper">
  39. <div class="body">
  40. <h1 id="index">Index</h1>
  41. <div class="genindex-jumpbox">
  42. <a href="#A"><strong>A</strong></a>
  43. | <a href="#B"><strong>B</strong></a>
  44. | <a href="#C"><strong>C</strong></a>
  45. | <a href="#D"><strong>D</strong></a>
  46. | <a href="#E"><strong>E</strong></a>
  47. | <a href="#F"><strong>F</strong></a>
  48. | <a href="#G"><strong>G</strong></a>
  49. | <a href="#I"><strong>I</strong></a>
  50. | <a href="#L"><strong>L</strong></a>
  51. | <a href="#M"><strong>M</strong></a>
  52. | <a href="#N"><strong>N</strong></a>
  53. | <a href="#O"><strong>O</strong></a>
  54. | <a href="#P"><strong>P</strong></a>
  55. | <a href="#R"><strong>R</strong></a>
  56. | <a href="#S"><strong>S</strong></a>
  57. | <a href="#T"><strong>T</strong></a>
  58. | <a href="#U"><strong>U</strong></a>
  59. | <a href="#W"><strong>W</strong></a>
  60. | <a href="#Z"><strong>Z</strong></a>
  61. </div>
  62. <h2 id="A">A</h2>
  63. <table style="width: 100%" class="indextable genindextable"><tr>
  64. <td style="width: 33%" valign="top"><dl>
  65. <dt><a href="pyad2.html#pyad2.ad2.AD2">AD2 (class in pyad2.ad2)</a>
  66. </dt>
  67. <dt><a href="pyad2.html#pyad2.ad2.AD2Factory">AD2Factory (class in pyad2.ad2)</a>
  68. </dt>
  69. </dl></td>
  70. <td style="width: 33%" valign="top"><dl>
  71. <dt><a href="pyad2.html#pyad2.ad2.AD2Factory.DetectThread">AD2Factory.DetectThread (class in pyad2.ad2)</a>
  72. </dt>
  73. <dt><a href="pyad2.event.html#pyad2.event.event.EventHandler.add">add() (pyad2.event.event.EventHandler method)</a>
  74. </dt>
  75. </dl></td>
  76. </tr></table>
  77. <h2 id="B">B</h2>
  78. <table style="width: 100%" class="indextable genindextable"><tr>
  79. <td style="width: 33%" valign="top"><dl>
  80. <dt><a href="pyad2.html#pyad2.messages.BaseMessage">BaseMessage (class in pyad2.messages)</a>
  81. </dt>
  82. <dt><a href="pyad2.html#pyad2.ad2.AD2.BATTERY_TIMEOUT">BATTERY_TIMEOUT (pyad2.ad2.AD2 attribute)</a>
  83. </dt>
  84. </dl></td>
  85. <td style="width: 33%" valign="top"><dl>
  86. <dt><a href="pyad2.html#pyad2.devices.SerialDevice.BAUDRATE">BAUDRATE (pyad2.devices.SerialDevice attribute)</a>
  87. </dt>
  88. <dd><dl>
  89. <dt><a href="pyad2.html#pyad2.devices.USBDevice.BAUDRATE">(pyad2.devices.USBDevice attribute)</a>
  90. </dt>
  91. </dl></dd>
  92. </dl></td>
  93. </tr></table>
  94. <h2 id="C">C</h2>
  95. <table style="width: 100%" class="indextable genindextable"><tr>
  96. <td style="width: 33%" valign="top"><dl>
  97. <dt><a href="pyad2.html#pyad2.zonetracking.Zone.CHECK">CHECK (pyad2.zonetracking.Zone attribute)</a>
  98. </dt>
  99. <dt><a href="pyad2.html#pyad2.zonetracking.Zone.CLEAR">CLEAR (pyad2.zonetracking.Zone attribute)</a>
  100. </dt>
  101. <dt><a href="pyad2.html#pyad2.ad2.AD2.clear_zone">clear_zone() (pyad2.ad2.AD2 method)</a>
  102. </dt>
  103. </dl></td>
  104. <td style="width: 33%" valign="top"><dl>
  105. <dt><a href="pyad2.html#pyad2.ad2.AD2.close">close() (pyad2.ad2.AD2 method)</a>
  106. </dt>
  107. <dd><dl>
  108. <dt><a href="pyad2.html#pyad2.ad2.AD2Factory.close">(pyad2.ad2.AD2Factory method)</a>
  109. </dt>
  110. <dt><a href="pyad2.html#pyad2.devices.Device.close">(pyad2.devices.Device method)</a>
  111. </dt>
  112. <dt><a href="pyad2.html#pyad2.devices.SerialDevice.close">(pyad2.devices.SerialDevice method)</a>
  113. </dt>
  114. <dt><a href="pyad2.html#pyad2.devices.SocketDevice.close">(pyad2.devices.SocketDevice method)</a>
  115. </dt>
  116. <dt><a href="pyad2.html#pyad2.devices.USBDevice.close">(pyad2.devices.USBDevice method)</a>
  117. </dt>
  118. </dl></dd>
  119. <dt><a href="pyad2.html#pyad2.util.CommError">CommError</a>
  120. </dt>
  121. <dt><a href="pyad2.html#pyad2.ad2.AD2Factory.create">create() (pyad2.ad2.AD2Factory class method)</a>
  122. </dt>
  123. </dl></td>
  124. </tr></table>
  125. <h2 id="D">D</h2>
  126. <table style="width: 100%" class="indextable genindextable"><tr>
  127. <td style="width: 33%" valign="top"><dl>
  128. <dt><a href="pyad2.html#pyad2.devices.USBDevice.description">description (pyad2.devices.USBDevice attribute)</a>
  129. </dt>
  130. <dt><a href="pyad2.html#pyad2.devices.Device">Device (class in pyad2.devices)</a>
  131. </dt>
  132. </dl></td>
  133. <td style="width: 33%" valign="top"><dl>
  134. <dt><a href="pyad2.html#pyad2.devices.Device.ReadThread">Device.ReadThread (class in pyad2.devices)</a>
  135. </dt>
  136. <dt><a href="pyad2.html#pyad2.ad2.AD2Factory.devices">devices() (pyad2.ad2.AD2Factory class method)</a>
  137. </dt>
  138. </dl></td>
  139. </tr></table>
  140. <h2 id="E">E</h2>
  141. <table style="width: 100%" class="indextable genindextable"><tr>
  142. <td style="width: 33%" valign="top"><dl>
  143. <dt><a href="pyad2.event.html#pyad2.event.event.Event">Event (class in pyad2.event.event)</a>
  144. </dt>
  145. <dt><a href="pyad2.event.html#pyad2.event.event.EventHandler">EventHandler (class in pyad2.event.event)</a>
  146. </dt>
  147. </dl></td>
  148. <td style="width: 33%" valign="top"><dl>
  149. <dt><a href="pyad2.html#pyad2.messages.ExpanderMessage">ExpanderMessage (class in pyad2.messages)</a>
  150. </dt>
  151. <dt><a href="pyad2.html#pyad2.zonetracking.Zonetracker.EXPIRE">EXPIRE (pyad2.zonetracking.Zonetracker attribute)</a>
  152. </dt>
  153. </dl></td>
  154. </tr></table>
  155. <h2 id="F">F</h2>
  156. <table style="width: 100%" class="indextable genindextable"><tr>
  157. <td style="width: 33%" valign="top"><dl>
  158. <dt><a href="pyad2.html#pyad2.ad2.AD2.F1">F1 (pyad2.ad2.AD2 attribute)</a>
  159. </dt>
  160. <dt><a href="pyad2.html#pyad2.ad2.AD2.F2">F2 (pyad2.ad2.AD2 attribute)</a>
  161. </dt>
  162. <dt><a href="pyad2.html#pyad2.ad2.AD2.F3">F3 (pyad2.ad2.AD2 attribute)</a>
  163. </dt>
  164. <dt><a href="pyad2.html#pyad2.ad2.AD2.F4">F4 (pyad2.ad2.AD2 attribute)</a>
  165. </dt>
  166. <dt><a href="pyad2.html#pyad2.zonetracking.Zone.FAULT">FAULT (pyad2.zonetracking.Zone attribute)</a>
  167. </dt>
  168. <dt><a href="pyad2.html#pyad2.ad2.AD2.fault_zone">fault_zone() (pyad2.ad2.AD2 method)</a>
  169. </dt>
  170. </dl></td>
  171. <td style="width: 33%" valign="top"><dl>
  172. <dt><a href="pyad2.html#pyad2.ad2.AD2Factory.find_all">find_all() (pyad2.ad2.AD2Factory class method)</a>
  173. </dt>
  174. <dd><dl>
  175. <dt><a href="pyad2.html#pyad2.devices.SerialDevice.find_all">(pyad2.devices.SerialDevice static method)</a>
  176. </dt>
  177. <dt><a href="pyad2.html#pyad2.devices.USBDevice.find_all">(pyad2.devices.USBDevice static method)</a>
  178. </dt>
  179. </dl></dd>
  180. <dt><a href="pyad2.event.html#pyad2.event.event.EventHandler.fire">fire() (pyad2.event.event.EventHandler method)</a>
  181. </dt>
  182. <dt><a href="pyad2.html#pyad2.ad2.AD2.FIRE_TIMEOUT">FIRE_TIMEOUT (pyad2.ad2.AD2 attribute)</a>
  183. </dt>
  184. <dt><a href="pyad2.html#pyad2.util.Firmware">Firmware (class in pyad2.util)</a>
  185. </dt>
  186. <dt><a href="pyad2.html#pyad2.devices.USBDevice.FTDI_PRODUCT_ID">FTDI_PRODUCT_ID (pyad2.devices.USBDevice attribute)</a>
  187. </dt>
  188. <dt><a href="pyad2.html#pyad2.devices.USBDevice.FTDI_VENDOR_ID">FTDI_VENDOR_ID (pyad2.devices.USBDevice attribute)</a>
  189. </dt>
  190. </dl></td>
  191. </tr></table>
  192. <h2 id="G">G</h2>
  193. <table style="width: 100%" class="indextable genindextable"><tr>
  194. <td style="width: 33%" valign="top"><dl>
  195. <dt><a href="pyad2.html#pyad2.ad2.AD2.get_config">get_config() (pyad2.ad2.AD2 method)</a>
  196. </dt>
  197. </dl></td>
  198. <td style="width: 33%" valign="top"><dl>
  199. <dt><a href="pyad2.html#pyad2.ad2.AD2Factory.get_device">get_device() (pyad2.ad2.AD2Factory method)</a>
  200. </dt>
  201. </dl></td>
  202. </tr></table>
  203. <h2 id="I">I</h2>
  204. <table style="width: 100%" class="indextable genindextable"><tr>
  205. <td style="width: 33%" valign="top"><dl>
  206. <dt><a href="pyad2.html#pyad2.ad2.AD2.id">id (pyad2.ad2.AD2 attribute)</a>
  207. </dt>
  208. <dd><dl>
  209. <dt><a href="pyad2.html#pyad2.devices.Device.id">(pyad2.devices.Device attribute)</a>
  210. </dt>
  211. </dl></dd>
  212. <dt><a href="pyad2.html#pyad2.devices.SerialDevice.interface">interface (pyad2.devices.SerialDevice attribute)</a>
  213. </dt>
  214. <dd><dl>
  215. <dt><a href="pyad2.html#pyad2.devices.SocketDevice.interface">(pyad2.devices.SocketDevice attribute)</a>
  216. </dt>
  217. <dt><a href="pyad2.html#pyad2.devices.USBDevice.interface">(pyad2.devices.USBDevice attribute)</a>
  218. </dt>
  219. </dl></dd>
  220. </dl></td>
  221. <td style="width: 33%" valign="top"><dl>
  222. <dt><a href="pyad2.html#pyad2.util.InvalidMessageError">InvalidMessageError</a>
  223. </dt>
  224. <dt><a href="pyad2.html#pyad2.devices.Device.is_reader_alive">is_reader_alive() (pyad2.devices.Device method)</a>
  225. </dt>
  226. </dl></td>
  227. </tr></table>
  228. <h2 id="L">L</h2>
  229. <table style="width: 100%" class="indextable genindextable"><tr>
  230. <td style="width: 33%" valign="top"><dl>
  231. <dt><a href="pyad2.html#pyad2.messages.LRRMessage">LRRMessage (class in pyad2.messages)</a>
  232. </dt>
  233. </dl></td>
  234. </tr></table>
  235. <h2 id="M">M</h2>
  236. <table style="width: 100%" class="indextable genindextable"><tr>
  237. <td style="width: 33%" valign="top"><dl>
  238. <dt><a href="pyad2.html#pyad2.messages.Message">Message (class in pyad2.messages)</a>
  239. </dt>
  240. </dl></td>
  241. </tr></table>
  242. <h2 id="N">N</h2>
  243. <table style="width: 100%" class="indextable genindextable"><tr>
  244. <td style="width: 33%" valign="top"><dl>
  245. <dt><a href="pyad2.html#pyad2.util.NoDeviceError">NoDeviceError</a>
  246. </dt>
  247. </dl></td>
  248. </tr></table>
  249. <h2 id="O">O</h2>
  250. <table style="width: 100%" class="indextable genindextable"><tr>
  251. <td style="width: 33%" valign="top"><dl>
  252. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_alarm">on_alarm (pyad2.ad2.AD2 attribute)</a>
  253. </dt>
  254. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_arm">on_arm (pyad2.ad2.AD2 attribute)</a>
  255. </dt>
  256. <dt><a href="pyad2.html#pyad2.ad2.AD2Factory.on_attached">on_attached (pyad2.ad2.AD2Factory attribute)</a>
  257. </dt>
  258. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_boot">on_boot (pyad2.ad2.AD2 attribute)</a>
  259. </dt>
  260. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_bypass">on_bypass (pyad2.ad2.AD2 attribute)</a>
  261. </dt>
  262. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_close">on_close (pyad2.ad2.AD2 attribute)</a>
  263. </dt>
  264. <dd><dl>
  265. <dt><a href="pyad2.html#pyad2.devices.Device.on_close">(pyad2.devices.Device attribute)</a>
  266. </dt>
  267. </dl></dd>
  268. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_config_received">on_config_received (pyad2.ad2.AD2 attribute)</a>
  269. </dt>
  270. <dt><a href="pyad2.html#pyad2.ad2.AD2Factory.on_detached">on_detached (pyad2.ad2.AD2Factory attribute)</a>
  271. </dt>
  272. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_disarm">on_disarm (pyad2.ad2.AD2 attribute)</a>
  273. </dt>
  274. <dt><a href="pyad2.html#pyad2.zonetracking.Zonetracker.on_fault">on_fault (pyad2.zonetracking.Zonetracker attribute)</a>
  275. </dt>
  276. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_fire">on_fire (pyad2.ad2.AD2 attribute)</a>
  277. </dt>
  278. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_low_battery">on_low_battery (pyad2.ad2.AD2 attribute)</a>
  279. </dt>
  280. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_lrr_message">on_lrr_message (pyad2.ad2.AD2 attribute)</a>
  281. </dt>
  282. </dl></td>
  283. <td style="width: 33%" valign="top"><dl>
  284. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_message">on_message (pyad2.ad2.AD2 attribute)</a>
  285. </dt>
  286. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_open">on_open (pyad2.ad2.AD2 attribute)</a>
  287. </dt>
  288. <dd><dl>
  289. <dt><a href="pyad2.html#pyad2.devices.Device.on_open">(pyad2.devices.Device attribute)</a>
  290. </dt>
  291. </dl></dd>
  292. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_panic">on_panic (pyad2.ad2.AD2 attribute)</a>
  293. </dt>
  294. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_power_changed">on_power_changed (pyad2.ad2.AD2 attribute)</a>
  295. </dt>
  296. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_read">on_read (pyad2.ad2.AD2 attribute)</a>
  297. </dt>
  298. <dd><dl>
  299. <dt><a href="pyad2.html#pyad2.devices.Device.on_read">(pyad2.devices.Device attribute)</a>
  300. </dt>
  301. </dl></dd>
  302. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_relay_changed">on_relay_changed (pyad2.ad2.AD2 attribute)</a>
  303. </dt>
  304. <dt><a href="pyad2.html#pyad2.zonetracking.Zonetracker.on_restore">on_restore (pyad2.zonetracking.Zonetracker attribute)</a>
  305. </dt>
  306. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_rfx_message">on_rfx_message (pyad2.ad2.AD2 attribute)</a>
  307. </dt>
  308. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_write">on_write (pyad2.ad2.AD2 attribute)</a>
  309. </dt>
  310. <dd><dl>
  311. <dt><a href="pyad2.html#pyad2.devices.Device.on_write">(pyad2.devices.Device attribute)</a>
  312. </dt>
  313. </dl></dd>
  314. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_zone_fault">on_zone_fault (pyad2.ad2.AD2 attribute)</a>
  315. </dt>
  316. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_zone_restore">on_zone_restore (pyad2.ad2.AD2 attribute)</a>
  317. </dt>
  318. <dt><a href="pyad2.html#pyad2.ad2.AD2.open">open() (pyad2.ad2.AD2 method)</a>
  319. </dt>
  320. <dd><dl>
  321. <dt><a href="pyad2.html#pyad2.devices.SerialDevice.open">(pyad2.devices.SerialDevice method)</a>
  322. </dt>
  323. <dt><a href="pyad2.html#pyad2.devices.SocketDevice.open">(pyad2.devices.SocketDevice method)</a>
  324. </dt>
  325. <dt><a href="pyad2.html#pyad2.devices.USBDevice.open">(pyad2.devices.USBDevice method)</a>
  326. </dt>
  327. </dl></dd>
  328. </dl></td>
  329. </tr></table>
  330. <h2 id="P">P</h2>
  331. <table style="width: 100%" class="indextable genindextable"><tr>
  332. <td style="width: 33%" valign="top"><dl>
  333. <dt><a href="pyad2.html#module-pyad2.ad2">pyad2.ad2 (module)</a>
  334. </dt>
  335. <dt><a href="pyad2.html#module-pyad2.devices">pyad2.devices (module)</a>
  336. </dt>
  337. <dt><a href="pyad2.event.html#module-pyad2.event">pyad2.event (module)</a>
  338. </dt>
  339. <dt><a href="pyad2.event.html#module-pyad2.event.event">pyad2.event.event (module)</a>
  340. </dt>
  341. </dl></td>
  342. <td style="width: 33%" valign="top"><dl>
  343. <dt><a href="pyad2.html#module-pyad2.messages">pyad2.messages (module)</a>
  344. </dt>
  345. <dt><a href="pyad2.html#module-pyad2.panels">pyad2.panels (module)</a>
  346. </dt>
  347. <dt><a href="pyad2.html#module-pyad2.util">pyad2.util (module)</a>
  348. </dt>
  349. <dt><a href="pyad2.html#module-pyad2.zonetracking">pyad2.zonetracking (module)</a>
  350. </dt>
  351. </dl></td>
  352. </tr></table>
  353. <h2 id="R">R</h2>
  354. <table style="width: 100%" class="indextable genindextable"><tr>
  355. <td style="width: 33%" valign="top"><dl>
  356. <dt><a href="pyad2.html#pyad2.devices.SerialDevice.read">read() (pyad2.devices.SerialDevice method)</a>
  357. </dt>
  358. <dd><dl>
  359. <dt><a href="pyad2.html#pyad2.devices.SocketDevice.read">(pyad2.devices.SocketDevice method)</a>
  360. </dt>
  361. <dt><a href="pyad2.html#pyad2.devices.USBDevice.read">(pyad2.devices.USBDevice method)</a>
  362. </dt>
  363. </dl></dd>
  364. <dt><a href="pyad2.html#pyad2.devices.SerialDevice.read_line">read_line() (pyad2.devices.SerialDevice method)</a>
  365. </dt>
  366. <dd><dl>
  367. <dt><a href="pyad2.html#pyad2.devices.SocketDevice.read_line">(pyad2.devices.SocketDevice method)</a>
  368. </dt>
  369. <dt><a href="pyad2.html#pyad2.devices.USBDevice.read_line">(pyad2.devices.USBDevice method)</a>
  370. </dt>
  371. </dl></dd>
  372. <dt><a href="pyad2.html#pyad2.devices.Device.ReadThread.READ_TIMEOUT">READ_TIMEOUT (pyad2.devices.Device.ReadThread attribute)</a>
  373. </dt>
  374. <dt><a href="pyad2.html#pyad2.ad2.AD2.reboot">reboot() (pyad2.ad2.AD2 method)</a>
  375. </dt>
  376. </dl></td>
  377. <td style="width: 33%" valign="top"><dl>
  378. <dt><a href="pyad2.html#pyad2.messages.ExpanderMessage.RELAY">RELAY (pyad2.messages.ExpanderMessage attribute)</a>
  379. </dt>
  380. <dt><a href="pyad2.event.html#pyad2.event.event.EventHandler.remove">remove() (pyad2.event.event.EventHandler method)</a>
  381. </dt>
  382. <dt><a href="pyad2.html#pyad2.messages.RFMessage">RFMessage (class in pyad2.messages)</a>
  383. </dt>
  384. <dt><a href="pyad2.html#pyad2.ad2.AD2Factory.DetectThread.run">run() (pyad2.ad2.AD2Factory.DetectThread method)</a>
  385. </dt>
  386. <dd><dl>
  387. <dt><a href="pyad2.html#pyad2.devices.Device.ReadThread.run">(pyad2.devices.Device.ReadThread method)</a>
  388. </dt>
  389. </dl></dd>
  390. </dl></td>
  391. </tr></table>
  392. <h2 id="S">S</h2>
  393. <table style="width: 100%" class="indextable genindextable"><tr>
  394. <td style="width: 33%" valign="top"><dl>
  395. <dt><a href="pyad2.html#pyad2.ad2.AD2.save_config">save_config() (pyad2.ad2.AD2 method)</a>
  396. </dt>
  397. <dt><a href="pyad2.html#pyad2.ad2.AD2.send">send() (pyad2.ad2.AD2 method)</a>
  398. </dt>
  399. <dt><a href="pyad2.html#pyad2.devices.USBDevice.serial_number">serial_number (pyad2.devices.USBDevice attribute)</a>
  400. </dt>
  401. <dt><a href="pyad2.html#pyad2.devices.SerialDevice">SerialDevice (class in pyad2.devices)</a>
  402. </dt>
  403. <dt><a href="pyad2.html#pyad2.devices.SocketDevice">SocketDevice (class in pyad2.devices)</a>
  404. </dt>
  405. <dt><a href="pyad2.html#pyad2.devices.SocketDevice.ssl">ssl (pyad2.devices.SocketDevice attribute)</a>
  406. </dt>
  407. <dt><a href="pyad2.html#pyad2.devices.SocketDevice.ssl_ca">ssl_ca (pyad2.devices.SocketDevice attribute)</a>
  408. </dt>
  409. <dt><a href="pyad2.html#pyad2.devices.SocketDevice.ssl_certificate">ssl_certificate (pyad2.devices.SocketDevice attribute)</a>
  410. </dt>
  411. <dt><a href="pyad2.html#pyad2.devices.SocketDevice.ssl_key">ssl_key (pyad2.devices.SocketDevice attribute)</a>
  412. </dt>
  413. <dt><a href="pyad2.html#pyad2.util.Firmware.STAGE_BOOT">STAGE_BOOT (pyad2.util.Firmware attribute)</a>
  414. </dt>
  415. </dl></td>
  416. <td style="width: 33%" valign="top"><dl>
  417. <dt><a href="pyad2.html#pyad2.util.Firmware.STAGE_DONE">STAGE_DONE (pyad2.util.Firmware attribute)</a>
  418. </dt>
  419. <dt><a href="pyad2.html#pyad2.util.Firmware.STAGE_LOAD">STAGE_LOAD (pyad2.util.Firmware attribute)</a>
  420. </dt>
  421. <dt><a href="pyad2.html#pyad2.util.Firmware.STAGE_START">STAGE_START (pyad2.util.Firmware attribute)</a>
  422. </dt>
  423. <dt><a href="pyad2.html#pyad2.util.Firmware.STAGE_UPLOADING">STAGE_UPLOADING (pyad2.util.Firmware attribute)</a>
  424. </dt>
  425. <dt><a href="pyad2.html#pyad2.util.Firmware.STAGE_WAITING">STAGE_WAITING (pyad2.util.Firmware attribute)</a>
  426. </dt>
  427. <dt><a href="pyad2.html#pyad2.ad2.AD2Factory.start">start() (pyad2.ad2.AD2Factory method)</a>
  428. </dt>
  429. <dt><a href="pyad2.html#pyad2.zonetracking.Zone.STATUS">STATUS (pyad2.zonetracking.Zone attribute)</a>
  430. </dt>
  431. <dt><a href="pyad2.html#pyad2.ad2.AD2Factory.stop">stop() (pyad2.ad2.AD2Factory method)</a>
  432. </dt>
  433. <dd><dl>
  434. <dt><a href="pyad2.html#pyad2.ad2.AD2Factory.DetectThread.stop">(pyad2.ad2.AD2Factory.DetectThread method)</a>
  435. </dt>
  436. <dt><a href="pyad2.html#pyad2.devices.Device.ReadThread.stop">(pyad2.devices.Device.ReadThread method)</a>
  437. </dt>
  438. </dl></dd>
  439. <dt><a href="pyad2.html#pyad2.devices.Device.stop_reader">stop_reader() (pyad2.devices.Device method)</a>
  440. </dt>
  441. </dl></td>
  442. </tr></table>
  443. <h2 id="T">T</h2>
  444. <table style="width: 100%" class="indextable genindextable"><tr>
  445. <td style="width: 33%" valign="top"><dl>
  446. <dt><a href="pyad2.html#pyad2.util.TimeoutError">TimeoutError</a>
  447. </dt>
  448. </dl></td>
  449. </tr></table>
  450. <h2 id="U">U</h2>
  451. <table style="width: 100%" class="indextable genindextable"><tr>
  452. <td style="width: 33%" valign="top"><dl>
  453. <dt><a href="pyad2.html#pyad2.zonetracking.Zonetracker.update">update() (pyad2.zonetracking.Zonetracker method)</a>
  454. </dt>
  455. <dt><a href="pyad2.html#pyad2.util.Firmware.upload">upload() (pyad2.util.Firmware static method)</a>
  456. </dt>
  457. </dl></td>
  458. <td style="width: 33%" valign="top"><dl>
  459. <dt><a href="pyad2.html#pyad2.devices.USBDevice">USBDevice (class in pyad2.devices)</a>
  460. </dt>
  461. </dl></td>
  462. </tr></table>
  463. <h2 id="W">W</h2>
  464. <table style="width: 100%" class="indextable genindextable"><tr>
  465. <td style="width: 33%" valign="top"><dl>
  466. <dt><a href="pyad2.html#pyad2.devices.SerialDevice.write">write() (pyad2.devices.SerialDevice method)</a>
  467. </dt>
  468. <dd><dl>
  469. <dt><a href="pyad2.html#pyad2.devices.SocketDevice.write">(pyad2.devices.SocketDevice method)</a>
  470. </dt>
  471. <dt><a href="pyad2.html#pyad2.devices.USBDevice.write">(pyad2.devices.USBDevice method)</a>
  472. </dt>
  473. </dl></dd>
  474. </dl></td>
  475. </tr></table>
  476. <h2 id="Z">Z</h2>
  477. <table style="width: 100%" class="indextable genindextable"><tr>
  478. <td style="width: 33%" valign="top"><dl>
  479. <dt><a href="pyad2.html#pyad2.zonetracking.Zone">Zone (class in pyad2.zonetracking)</a>
  480. </dt>
  481. <dt><a href="pyad2.html#pyad2.messages.ExpanderMessage.ZONE">ZONE (pyad2.messages.ExpanderMessage attribute)</a>
  482. </dt>
  483. </dl></td>
  484. <td style="width: 33%" valign="top"><dl>
  485. <dt><a href="pyad2.html#pyad2.zonetracking.Zonetracker">Zonetracker (class in pyad2.zonetracking)</a>
  486. </dt>
  487. </dl></td>
  488. </tr></table>
  489. </div>
  490. </div>
  491. </div>
  492. <div class="sphinxsidebar">
  493. <div class="sphinxsidebarwrapper">
  494. <div id="searchbox" style="display: none">
  495. <h3>Quick search</h3>
  496. <form class="search" action="search.html" method="get">
  497. <input type="text" name="q" />
  498. <input type="submit" value="Go" />
  499. <input type="hidden" name="check_keywords" value="yes" />
  500. <input type="hidden" name="area" value="default" />
  501. </form>
  502. <p class="searchtip" style="font-size: 90%">
  503. Enter search terms or a module, class or function name.
  504. </p>
  505. </div>
  506. <script type="text/javascript">$('#searchbox').show(0);</script>
  507. </div>
  508. </div>
  509. <div class="clearer"></div>
  510. </div>
  511. <div class="related">
  512. <h3>Navigation</h3>
  513. <ul>
  514. <li class="right" style="margin-right: 10px">
  515. <a href="#" title="General Index"
  516. >index</a></li>
  517. <li class="right" >
  518. <a href="py-modindex.html" title="Python Module Index"
  519. >modules</a> |</li>
  520. <li><a href="index.html">pyad2 documentation</a> &raquo;</li>
  521. </ul>
  522. </div>
  523. <div class="footer">
  524. &copy; Copyright 2013, Author.
  525. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b1.
  526. </div>
  527. </body>
  528. </html>