Package com.tinkerforge
Class BrickletCAN.ErrorLog
- java.lang.Object
-
- com.tinkerforge.BrickletCAN.ErrorLog
-
- Enclosing class:
- BrickletCAN
public class BrickletCAN.ErrorLog extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description long
readBufferOverflowCount
short
readErrorLevel
long
readRegisterOverflowCount
boolean
transceiverDisabled
short
writeErrorLevel
long
writeTimeoutCount
-
Constructor Summary
Constructors Constructor Description ErrorLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
writeErrorLevel
public short writeErrorLevel
-
readErrorLevel
public short readErrorLevel
-
transceiverDisabled
public boolean transceiverDisabled
-
writeTimeoutCount
public long writeTimeoutCount
-
readRegisterOverflowCount
public long readRegisterOverflowCount
-
readBufferOverflowCount
public long readBufferOverflowCount
-
-