Class BrickletCANV2.ErrorLogLowLevel

  • Enclosing class:
    BrickletCANV2

    public class BrickletCANV2.ErrorLogLowLevel
    extends java.lang.Object
    • Field Detail

      • transceiverState

        public int transceiverState
      • transceiverWriteErrorLevel

        public int transceiverWriteErrorLevel
      • transceiverReadErrorLevel

        public int transceiverReadErrorLevel
      • transceiverStuffingErrorCount

        public long transceiverStuffingErrorCount
      • transceiverFormatErrorCount

        public long transceiverFormatErrorCount
      • transceiverACKErrorCount

        public long transceiverACKErrorCount
      • transceiverBit1ErrorCount

        public long transceiverBit1ErrorCount
      • transceiverBit0ErrorCount

        public long transceiverBit0ErrorCount
      • transceiverCRCErrorCount

        public long transceiverCRCErrorCount
      • writeBufferTimeoutErrorCount

        public long writeBufferTimeoutErrorCount
      • readBufferOverflowErrorCount

        public long readBufferOverflowErrorCount
      • readBufferOverflowErrorOccurredLength

        public int readBufferOverflowErrorOccurredLength
      • readBufferOverflowErrorOccurredData

        public boolean[] readBufferOverflowErrorOccurredData
      • readBacklogOverflowErrorCount

        public long readBacklogOverflowErrorCount
    • Constructor Detail

      • ErrorLogLowLevel

        public ErrorLogLowLevel()
    • Method Detail

      • toString

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