This is the complete list of members for modbus.Address, including all inherited members.
| __add__(self, int other) | modbus.Address | |
| __eq__(self, other) | modbus.Address | |
| __ge__(self, other) | modbus.Address | |
| __gt__(self, other) | modbus.Address | |
| __hash__(self) | modbus.Address | |
| __iadd__(self, int other) | modbus.Address | |
| __init__(self, value=None, offset=None) | modbus.Address | |
| __int__(self) | modbus.Address | |
| __isub__(self, int other) | modbus.Address | |
| __le__(self, other) | modbus.Address | |
| __lt__(self, other) | modbus.Address | |
| __ne__(self, other) | modbus.Address | |
| __repr__(self) | modbus.Address | |
| __str__(self) | modbus.Address | |
| __sub__(self, int other) | modbus.Address | |
| _offset (defined in modbus.Address) | modbus.Address | protected |
| _type (defined in modbus.Address) | modbus.Address | protected |
| fromint(self, int v) | modbus.Address | |
| fromstr(self, str s) | modbus.Address | |
| isvalid(self) | modbus.Address | |
| number(self) | modbus.Address | |
| offset(self) | modbus.Address | |
| setnumber(self, int number) | modbus.Address | |
| setoffset(self, int offset) | modbus.Address | |
| settype(self, int tp) | modbus.Address | |
| toint(self) | modbus.Address | |
| tostr(self, int notation=Notation_Default) | modbus.Address | |
| type(self) | modbus.Address | |