Package com.tinkerforge
Class BrickletCANV2.ErrorLogLowLevel
- java.lang.Object
-
- com.tinkerforge.BrickletCANV2.ErrorLogLowLevel
-
- Enclosing class:
- BrickletCANV2
public class BrickletCANV2.ErrorLogLowLevel extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description long
readBacklogOverflowErrorCount
long
readBufferOverflowErrorCount
boolean[]
readBufferOverflowErrorOccurredData
int
readBufferOverflowErrorOccurredLength
long
transceiverACKErrorCount
long
transceiverBit0ErrorCount
long
transceiverBit1ErrorCount
long
transceiverCRCErrorCount
long
transceiverFormatErrorCount
int
transceiverReadErrorLevel
int
transceiverState
long
transceiverStuffingErrorCount
int
transceiverWriteErrorLevel
long
writeBufferTimeoutErrorCount
-
Constructor Summary
Constructors Constructor Description ErrorLogLowLevel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
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
-
-