Exception: ModBus::Errors::IllegalDataAddress

Inherits:
ModBusException show all
Defined in:
lib/rmodbus/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeIllegalDataAddress

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