Exception: ModBus::Errors::IllegalDataValue

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

Instance Method Summary collapse

Constructor Details

#initializeIllegalDataValue

Returns a new instance of IllegalDataValue.



24
25
26
# File 'lib/rmodbus/errors.rb', line 24

def initialize
  super("A value contained in the query data field is not an allowable value for server")
end