Table of Contents

Class Tec

Namespace
Iot.Device.Mcp25xxx.Register.ErrorDetection
Assembly
Iot.Device.Mcp25xxx.dll

Transmit Error Counter Register.

public class Tec : IRegister
Inheritance
Tec
Implements

Constructors

Tec(byte)

Initializes a new instance of the Tec class.

public Tec(byte transmitErrorCount)

Parameters

transmitErrorCount byte

TEC[7:0]: Transmit Error Count bits.

Properties

Address

Gets the address of the register.

public Address Address { get; }

Property Value

Address

The address of the register.

TransmitErrorCount

TEC[7:0]: Transmit Error Count bits.

public byte TransmitErrorCount { get; }

Property Value

byte

Methods

ToByte()

Converts register contents to a byte.

public byte ToByte()

Returns

byte

The byte that represent the register contents.