Exception: ModBus::Errors::MemoryParityError

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

Instance Method Summary collapse

Constructor Details

#initializeMemoryParityError

Returns a new instance of MemoryParityError.



48
49
50
# File 'lib/rmodbus/errors.rb', line 48

def initialize
  super("The extended file area failed to pass a consistency check")
end