Exception: ModBus::Errors::IllegalDataAddress
- Inherits:
-
ModBusException
- Object
- RuntimeError
- ModBusException
- ModBus::Errors::IllegalDataAddress
- Defined in:
- lib/rmodbus/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ IllegalDataAddress
constructor
A new instance of IllegalDataAddress.
Constructor Details
#initialize ⇒ IllegalDataAddress
Returns a new instance of IllegalDataAddress.
18 19 20 |
# File 'lib/rmodbus/errors.rb', line 18 def initialize super("The data address received in the query is not an allowable address for the server") end |