Module: ModBus::Debug

Included in:
Client, Client::Slave, RTUServer, RTUViaTCPServer, TCPServer
Defined in:
lib/rmodbus/debug.rb

Instance Attribute Summary collapse

Instance Attribute Details

#loggerObject

Returns the value of attribute logger.



7
8
9
# File 'lib/rmodbus/debug.rb', line 7

def logger
  @logger
end

#raise_exception_on_mismatchObject

Returns the value of attribute raise_exception_on_mismatch.



7
8
9
# File 'lib/rmodbus/debug.rb', line 7

def raise_exception_on_mismatch
  @raise_exception_on_mismatch
end

#read_retriesObject

Returns the value of attribute read_retries.



7
8
9
# File 'lib/rmodbus/debug.rb', line 7

def read_retries
  @read_retries
end

#read_retry_timeoutObject

Returns the value of attribute read_retry_timeout.



7
8
9
# File 'lib/rmodbus/debug.rb', line 7

def read_retry_timeout
  @read_retry_timeout
end