~ubuntu-branches/ubuntu/raring/pymodbus/raring-proposed

« back to all changes in this revision

Viewing changes to doc/sphinx/library/bit-write-message.rst

  • Committer: Package Import Robot
  • Author(s): W. Martin Borgert
  • Date: 2011-10-26 07:26:28 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20111026072628-fvzyi6tnb8iipomp
Tags: 0.9.0+r175-1
* Update from trunk to get a number of upstream fixes.
* Removed examples/tools/ (not present in previous version
  anyway) from source because there are different licenses
  involved. Needs clarification.
* Dont't install unit tests.
* Debian patches not necessary anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
:mod:`bit_write_message` --- Bit Write Modbus Messages
 
2
============================================================
 
3
 
 
4
.. module:: bit_write_message
 
5
   :synopsis: Bit Write Modbus Messages
 
6
 
 
7
.. moduleauthor:: Galen Collins <bashwork@gmail.com>
 
8
.. sectionauthor:: Galen Collins <bashwork@gmail.com>
 
9
 
 
10
API Documentation
 
11
-------------------
 
12
 
 
13
.. automodule:: pymodbus.bit_write_message
 
14
 
 
15
.. autoclass:: WriteSingleCoilRequest
 
16
   :members:
 
17
 
 
18
.. autoclass:: WriteSingleCoilResponse
 
19
   :members:
 
20
 
 
21
.. autoclass:: WriteMultipleCoilsRequest
 
22
   :members:
 
23
 
 
24
.. autoclass:: WriteMultipleCoilsResponse
 
25
   :members:
 
26