public class BrickletCANV2.ErrorLog
extends java.lang.Object
Modifier and Type | Field and 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 and 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) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public int transceiverState
public int transceiverWriteErrorLevel
public int transceiverReadErrorLevel
public long transceiverStuffingErrorCount
public long transceiverFormatErrorCount
public long transceiverACKErrorCount
public long transceiverBit1ErrorCount
public long transceiverBit0ErrorCount
public long transceiverCRCErrorCount
public long writeBufferTimeoutErrorCount
public long readBufferOverflowErrorCount
public boolean[] readBufferOverflowErrorOccurred
public long readBacklogOverflowErrorCount
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)
Copyright © 2020 Tinkerforge GmbH. All rights reserved.