Skip to main content

Class CanErrorInfo

Represents CAN bus error information

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class CanErrorInfo

Properties

TransmitErrorCount

The number of transmit errors detected

View Source
Declaration
public byte TransmitErrorCount { get; set; }

ReceiveErrorCount

The number of receive errors detected

View Source
Declaration
public byte ReceiveErrorCount { get; set; }