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. </dl></td>
  68. <td style="width: 33%" valign="top"><dl>
  69. <dt><a href="pyad2.event.html#pyad2.event.event.EventHandler.add">add() (pyad2.event.event.EventHandler method)</a>
  70. </dt>
  71. </dl></td>
  72. </tr></table>
  73. <h2 id="B">B</h2>
  74. <table style="width: 100%" class="indextable genindextable"><tr>
  75. <td style="width: 33%" valign="top"><dl>
  76. <dt><a href="pyad2.html#pyad2.messages.BaseMessage">BaseMessage (class in pyad2.messages)</a>
  77. </dt>
  78. <dt><a href="pyad2.html#pyad2.ad2.AD2.BATTERY_TIMEOUT">BATTERY_TIMEOUT (pyad2.ad2.AD2 attribute)</a>
  79. </dt>
  80. </dl></td>
  81. <td style="width: 33%" valign="top"><dl>
  82. <dt><a href="pyad2.html#pyad2.devices.SerialDevice.BAUDRATE">BAUDRATE (pyad2.devices.SerialDevice attribute)</a>
  83. </dt>
  84. <dd><dl>
  85. <dt><a href="pyad2.html#pyad2.devices.USBDevice.BAUDRATE">(pyad2.devices.USBDevice attribute)</a>
  86. </dt>
  87. </dl></dd>
  88. </dl></td>
  89. </tr></table>
  90. <h2 id="C">C</h2>
  91. <table style="width: 100%" class="indextable genindextable"><tr>
  92. <td style="width: 33%" valign="top"><dl>
  93. <dt><a href="pyad2.html#pyad2.zonetracking.Zone.CHECK">CHECK (pyad2.zonetracking.Zone attribute)</a>
  94. </dt>
  95. <dt><a href="pyad2.html#pyad2.zonetracking.Zone.CLEAR">CLEAR (pyad2.zonetracking.Zone attribute)</a>
  96. </dt>
  97. <dt><a href="pyad2.html#pyad2.ad2.AD2.clear_zone">clear_zone() (pyad2.ad2.AD2 method)</a>
  98. </dt>
  99. </dl></td>
  100. <td style="width: 33%" valign="top"><dl>
  101. <dt><a href="pyad2.html#pyad2.ad2.AD2.close">close() (pyad2.ad2.AD2 method)</a>
  102. </dt>
  103. <dd><dl>
  104. <dt><a href="pyad2.html#pyad2.ad2.Overseer.close">(pyad2.ad2.Overseer method)</a>
  105. </dt>
  106. <dt><a href="pyad2.html#pyad2.devices.Device.close">(pyad2.devices.Device method)</a>
  107. </dt>
  108. <dt><a href="pyad2.html#pyad2.devices.SerialDevice.close">(pyad2.devices.SerialDevice method)</a>
  109. </dt>
  110. <dt><a href="pyad2.html#pyad2.devices.SocketDevice.close">(pyad2.devices.SocketDevice method)</a>
  111. </dt>
  112. <dt><a href="pyad2.html#pyad2.devices.USBDevice.close">(pyad2.devices.USBDevice method)</a>
  113. </dt>
  114. </dl></dd>
  115. <dt><a href="pyad2.html#pyad2.util.CommError">CommError</a>
  116. </dt>
  117. <dt><a href="pyad2.html#pyad2.ad2.Overseer.create">create() (pyad2.ad2.Overseer class method)</a>
  118. </dt>
  119. </dl></td>
  120. </tr></table>
  121. <h2 id="D">D</h2>
  122. <table style="width: 100%" class="indextable genindextable"><tr>
  123. <td style="width: 33%" valign="top"><dl>
  124. <dt><a href="pyad2.html#pyad2.devices.USBDevice.description">description (pyad2.devices.USBDevice attribute)</a>
  125. </dt>
  126. <dt><a href="pyad2.html#pyad2.devices.Device">Device (class in pyad2.devices)</a>
  127. </dt>
  128. </dl></td>
  129. <td style="width: 33%" valign="top"><dl>
  130. <dt><a href="pyad2.html#pyad2.devices.Device.ReadThread">Device.ReadThread (class in pyad2.devices)</a>
  131. </dt>
  132. <dt><a href="pyad2.html#pyad2.ad2.Overseer.devices">devices() (pyad2.ad2.Overseer class method)</a>
  133. </dt>
  134. </dl></td>
  135. </tr></table>
  136. <h2 id="E">E</h2>
  137. <table style="width: 100%" class="indextable genindextable"><tr>
  138. <td style="width: 33%" valign="top"><dl>
  139. <dt><a href="pyad2.event.html#pyad2.event.event.Event">Event (class in pyad2.event.event)</a>
  140. </dt>
  141. <dt><a href="pyad2.event.html#pyad2.event.event.EventHandler">EventHandler (class in pyad2.event.event)</a>
  142. </dt>
  143. </dl></td>
  144. <td style="width: 33%" valign="top"><dl>
  145. <dt><a href="pyad2.html#pyad2.messages.ExpanderMessage">ExpanderMessage (class in pyad2.messages)</a>
  146. </dt>
  147. <dt><a href="pyad2.html#pyad2.zonetracking.Zonetracker.EXPIRE">EXPIRE (pyad2.zonetracking.Zonetracker attribute)</a>
  148. </dt>
  149. </dl></td>
  150. </tr></table>
  151. <h2 id="F">F</h2>
  152. <table style="width: 100%" class="indextable genindextable"><tr>
  153. <td style="width: 33%" valign="top"><dl>
  154. <dt><a href="pyad2.html#pyad2.ad2.AD2.F1">F1 (pyad2.ad2.AD2 attribute)</a>
  155. </dt>
  156. <dt><a href="pyad2.html#pyad2.ad2.AD2.F2">F2 (pyad2.ad2.AD2 attribute)</a>
  157. </dt>
  158. <dt><a href="pyad2.html#pyad2.ad2.AD2.F3">F3 (pyad2.ad2.AD2 attribute)</a>
  159. </dt>
  160. <dt><a href="pyad2.html#pyad2.ad2.AD2.F4">F4 (pyad2.ad2.AD2 attribute)</a>
  161. </dt>
  162. <dt><a href="pyad2.html#pyad2.zonetracking.Zone.FAULT">FAULT (pyad2.zonetracking.Zone attribute)</a>
  163. </dt>
  164. <dt><a href="pyad2.html#pyad2.ad2.AD2.fault_zone">fault_zone() (pyad2.ad2.AD2 method)</a>
  165. </dt>
  166. </dl></td>
  167. <td style="width: 33%" valign="top"><dl>
  168. <dt><a href="pyad2.html#pyad2.ad2.Overseer.find_all">find_all() (pyad2.ad2.Overseer class method)</a>
  169. </dt>
  170. <dd><dl>
  171. <dt><a href="pyad2.html#pyad2.devices.SerialDevice.find_all">(pyad2.devices.SerialDevice static method)</a>
  172. </dt>
  173. <dt><a href="pyad2.html#pyad2.devices.USBDevice.find_all">(pyad2.devices.USBDevice static method)</a>
  174. </dt>
  175. </dl></dd>
  176. <dt><a href="pyad2.event.html#pyad2.event.event.EventHandler.fire">fire() (pyad2.event.event.EventHandler method)</a>
  177. </dt>
  178. <dt><a href="pyad2.html#pyad2.ad2.AD2.FIRE_TIMEOUT">FIRE_TIMEOUT (pyad2.ad2.AD2 attribute)</a>
  179. </dt>
  180. <dt><a href="pyad2.html#pyad2.util.Firmware">Firmware (class in pyad2.util)</a>
  181. </dt>
  182. <dt><a href="pyad2.html#pyad2.devices.USBDevice.FTDI_PRODUCT_ID">FTDI_PRODUCT_ID (pyad2.devices.USBDevice attribute)</a>
  183. </dt>
  184. <dt><a href="pyad2.html#pyad2.devices.USBDevice.FTDI_VENDOR_ID">FTDI_VENDOR_ID (pyad2.devices.USBDevice attribute)</a>
  185. </dt>
  186. </dl></td>
  187. </tr></table>
  188. <h2 id="G">G</h2>
  189. <table style="width: 100%" class="indextable genindextable"><tr>
  190. <td style="width: 33%" valign="top"><dl>
  191. <dt><a href="pyad2.html#pyad2.ad2.AD2.get_config">get_config() (pyad2.ad2.AD2 method)</a>
  192. </dt>
  193. </dl></td>
  194. <td style="width: 33%" valign="top"><dl>
  195. <dt><a href="pyad2.html#pyad2.ad2.Overseer.get_device">get_device() (pyad2.ad2.Overseer method)</a>
  196. </dt>
  197. </dl></td>
  198. </tr></table>
  199. <h2 id="I">I</h2>
  200. <table style="width: 100%" class="indextable genindextable"><tr>
  201. <td style="width: 33%" valign="top"><dl>
  202. <dt><a href="pyad2.html#pyad2.ad2.AD2.id">id (pyad2.ad2.AD2 attribute)</a>
  203. </dt>
  204. <dd><dl>
  205. <dt><a href="pyad2.html#pyad2.devices.Device.id">(pyad2.devices.Device attribute)</a>
  206. </dt>
  207. </dl></dd>
  208. <dt><a href="pyad2.html#pyad2.devices.SerialDevice.interface">interface (pyad2.devices.SerialDevice attribute)</a>
  209. </dt>
  210. <dd><dl>
  211. <dt><a href="pyad2.html#pyad2.devices.SocketDevice.interface">(pyad2.devices.SocketDevice attribute)</a>
  212. </dt>
  213. <dt><a href="pyad2.html#pyad2.devices.USBDevice.interface">(pyad2.devices.USBDevice attribute)</a>
  214. </dt>
  215. </dl></dd>
  216. </dl></td>
  217. <td style="width: 33%" valign="top"><dl>
  218. <dt><a href="pyad2.html#pyad2.util.InvalidMessageError">InvalidMessageError</a>
  219. </dt>
  220. <dt><a href="pyad2.html#pyad2.devices.Device.is_reader_alive">is_reader_alive() (pyad2.devices.Device method)</a>
  221. </dt>
  222. </dl></td>
  223. </tr></table>
  224. <h2 id="L">L</h2>
  225. <table style="width: 100%" class="indextable genindextable"><tr>
  226. <td style="width: 33%" valign="top"><dl>
  227. <dt><a href="pyad2.html#pyad2.messages.LRRMessage">LRRMessage (class in pyad2.messages)</a>
  228. </dt>
  229. </dl></td>
  230. </tr></table>
  231. <h2 id="M">M</h2>
  232. <table style="width: 100%" class="indextable genindextable"><tr>
  233. <td style="width: 33%" valign="top"><dl>
  234. <dt><a href="pyad2.html#pyad2.messages.Message">Message (class in pyad2.messages)</a>
  235. </dt>
  236. </dl></td>
  237. </tr></table>
  238. <h2 id="N">N</h2>
  239. <table style="width: 100%" class="indextable genindextable"><tr>
  240. <td style="width: 33%" valign="top"><dl>
  241. <dt><a href="pyad2.html#pyad2.util.NoDeviceError">NoDeviceError</a>
  242. </dt>
  243. </dl></td>
  244. </tr></table>
  245. <h2 id="O">O</h2>
  246. <table style="width: 100%" class="indextable genindextable"><tr>
  247. <td style="width: 33%" valign="top"><dl>
  248. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_alarm">on_alarm (pyad2.ad2.AD2 attribute)</a>
  249. </dt>
  250. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_arm">on_arm (pyad2.ad2.AD2 attribute)</a>
  251. </dt>
  252. <dt><a href="pyad2.html#pyad2.ad2.Overseer.on_attached">on_attached (pyad2.ad2.Overseer attribute)</a>
  253. </dt>
  254. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_boot">on_boot (pyad2.ad2.AD2 attribute)</a>
  255. </dt>
  256. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_bypass">on_bypass (pyad2.ad2.AD2 attribute)</a>
  257. </dt>
  258. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_close">on_close (pyad2.ad2.AD2 attribute)</a>
  259. </dt>
  260. <dd><dl>
  261. <dt><a href="pyad2.html#pyad2.devices.Device.on_close">(pyad2.devices.Device attribute)</a>
  262. </dt>
  263. </dl></dd>
  264. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_config_received">on_config_received (pyad2.ad2.AD2 attribute)</a>
  265. </dt>
  266. <dt><a href="pyad2.html#pyad2.ad2.Overseer.on_detached">on_detached (pyad2.ad2.Overseer attribute)</a>
  267. </dt>
  268. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_disarm">on_disarm (pyad2.ad2.AD2 attribute)</a>
  269. </dt>
  270. <dt><a href="pyad2.html#pyad2.zonetracking.Zonetracker.on_fault">on_fault (pyad2.zonetracking.Zonetracker attribute)</a>
  271. </dt>
  272. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_fire">on_fire (pyad2.ad2.AD2 attribute)</a>
  273. </dt>
  274. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_low_battery">on_low_battery (pyad2.ad2.AD2 attribute)</a>
  275. </dt>
  276. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_lrr_message">on_lrr_message (pyad2.ad2.AD2 attribute)</a>
  277. </dt>
  278. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_message">on_message (pyad2.ad2.AD2 attribute)</a>
  279. </dt>
  280. </dl></td>
  281. <td style="width: 33%" valign="top"><dl>
  282. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_open">on_open (pyad2.ad2.AD2 attribute)</a>
  283. </dt>
  284. <dd><dl>
  285. <dt><a href="pyad2.html#pyad2.devices.Device.on_open">(pyad2.devices.Device attribute)</a>
  286. </dt>
  287. </dl></dd>
  288. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_panic">on_panic (pyad2.ad2.AD2 attribute)</a>
  289. </dt>
  290. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_power_changed">on_power_changed (pyad2.ad2.AD2 attribute)</a>
  291. </dt>
  292. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_read">on_read (pyad2.ad2.AD2 attribute)</a>
  293. </dt>
  294. <dd><dl>
  295. <dt><a href="pyad2.html#pyad2.devices.Device.on_read">(pyad2.devices.Device attribute)</a>
  296. </dt>
  297. </dl></dd>
  298. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_relay_changed">on_relay_changed (pyad2.ad2.AD2 attribute)</a>
  299. </dt>
  300. <dt><a href="pyad2.html#pyad2.zonetracking.Zonetracker.on_restore">on_restore (pyad2.zonetracking.Zonetracker attribute)</a>
  301. </dt>
  302. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_rfx_message">on_rfx_message (pyad2.ad2.AD2 attribute)</a>
  303. </dt>
  304. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_write">on_write (pyad2.ad2.AD2 attribute)</a>
  305. </dt>
  306. <dd><dl>
  307. <dt><a href="pyad2.html#pyad2.devices.Device.on_write">(pyad2.devices.Device attribute)</a>
  308. </dt>
  309. </dl></dd>
  310. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_zone_fault">on_zone_fault (pyad2.ad2.AD2 attribute)</a>
  311. </dt>
  312. <dt><a href="pyad2.html#pyad2.ad2.AD2.on_zone_restore">on_zone_restore (pyad2.ad2.AD2 attribute)</a>
  313. </dt>
  314. <dt><a href="pyad2.html#pyad2.ad2.AD2.open">open() (pyad2.ad2.AD2 method)</a>
  315. </dt>
  316. <dd><dl>
  317. <dt><a href="pyad2.html#pyad2.devices.SerialDevice.open">(pyad2.devices.SerialDevice method)</a>
  318. </dt>
  319. <dt><a href="pyad2.html#pyad2.devices.SocketDevice.open">(pyad2.devices.SocketDevice method)</a>
  320. </dt>
  321. <dt><a href="pyad2.html#pyad2.devices.USBDevice.open">(pyad2.devices.USBDevice method)</a>
  322. </dt>
  323. </dl></dd>
  324. <dt><a href="pyad2.html#pyad2.ad2.Overseer">Overseer (class in pyad2.ad2)</a>
  325. </dt>
  326. <dt><a href="pyad2.html#pyad2.ad2.Overseer.DetectThread">Overseer.DetectThread (class in pyad2.ad2)</a>
  327. </dt>
  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.Overseer.DetectThread.run">run() (pyad2.ad2.Overseer.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.Overseer.start">start() (pyad2.ad2.Overseer 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.Overseer.stop">stop() (pyad2.ad2.Overseer method)</a>
  432. </dt>
  433. <dd><dl>
  434. <dt><a href="pyad2.html#pyad2.ad2.Overseer.DetectThread.stop">(pyad2.ad2.Overseer.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>