Class BrickletRS485.ModbusCommonErrorCount

  • Enclosing class:
    BrickletRS485

    public class BrickletRS485.ModbusCommonErrorCount
    extends java.lang.Object
    • Field Detail

      • timeoutErrorCount

        public long timeoutErrorCount
      • checksumErrorCount

        public long checksumErrorCount
      • frameTooBigErrorCount

        public long frameTooBigErrorCount
      • illegalFunctionErrorCount

        public long illegalFunctionErrorCount
      • illegalDataAddressErrorCount

        public long illegalDataAddressErrorCount
      • illegalDataValueErrorCount

        public long illegalDataValueErrorCount
      • slaveDeviceFailureErrorCount

        public long slaveDeviceFailureErrorCount
    • Constructor Detail

      • ModbusCommonErrorCount

        public ModbusCommonErrorCount()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object