Class BrickletCANV2.ErrorLog

  • Enclosing class:
    BrickletCANV2

    public class BrickletCANV2.ErrorLog
    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
      • readBufferOverflowErrorOccurred

        public boolean[] readBufferOverflowErrorOccurred
      • readBacklogOverflowErrorCount

        public long readBacklogOverflowErrorCount
    • Constructor Detail

      • ErrorLog

        public ErrorLog​(int transceiverState,
                        int transceiverWriteErrorLevel,
                        int transceiverReadErrorLevel,
                        long transceiverStuffingErrorCount,
                        long transceiverFormatErrorCount,
                        long transceiverACKErrorCount,
                        long transceiverBit1ErrorCount,
                        long transceiverBit0ErrorCount,
                        long transceiverCRCErrorCount,
                        long writeBufferTimeoutErrorCount,
                        long readBufferOverflowErrorCount,
                        boolean[] readBufferOverflowErrorOccurred,
                        long readBacklogOverflowErrorCount)
    • Method Detail

      • toString

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