Class Rec
- Namespace
- Iot.Device.Mcp25xxx.Register.ErrorDetection
- Assembly
- Iot.Device.Mcp25xxx.dll
Receiver Error Counter Register.
public class Rec : IRegister
- Inheritance
-
Rec
- Implements
Constructors
Rec(byte)
Initializes a new instance of the Rec class.
public Rec(byte receiveErrorCount)
Parameters
receiveErrorCount
byteREC[7:0]: Receive Error Count bits.
Properties
Address
Gets the address of the register.
public Address Address { get; }
Property Value
- Address
The address of the register.
ReceiveErrorCount
REC[7:0]: Receive Error Count bits.
public byte ReceiveErrorCount { get; }
Property Value
Methods
ToByte()
Converts register contents to a byte.
public byte ToByte()
Returns
- byte
The byte that represent the register contents.