Package com.tinkerforge
Class BrickletCANV2.ErrorLog
- java.lang.Object
-
- com.tinkerforge.BrickletCANV2.ErrorLog
-
- Enclosing class:
- BrickletCANV2
public class BrickletCANV2.ErrorLog extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description long
readBacklogOverflowErrorCount
long
readBufferOverflowErrorCount
boolean[]
readBufferOverflowErrorOccurred
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 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 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
-
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)
-
-