public class BrickletCANV2.ErrorLog extends 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) |
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 © 2022 Tinkerforge GmbH. All rights reserved.