Exception: Modbus::Acknowledge

Inherits:
ModbusError show all
Defined in:
lib/modbus/exceptions.rb

Constant Summary collapse

CODE =
0x05

Instance Attribute Summary

Attributes inherited from ModbusError

#code

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'ACKNOWLEDGE') ⇒ Acknowledge

Returns a new instance of Acknowledge.



53
54
55
# File 'lib/modbus/exceptions.rb', line 53

def initialize(msg = 'ACKNOWLEDGE')
  super
end