RxB0Ctrl Class

Definition

Receive Buffer 0 Control Register.

public class RxB0Ctrl : Iot.Device.Mcp25xxx.Register.IRegister
type RxB0Ctrl = class
    interface IRegister
Public Class RxB0Ctrl
Implements IRegister
Inheritance
RxB0Ctrl
Implements

Constructors

RxB0Ctrl(Boolean, Boolean, Boolean, OperatingMode)

Initializes a new instance of the RxB0Ctrl class.

RxB0Ctrl(Byte)

Initializes a new instance of the RxB0Ctrl class.

Properties

Address

Gets the address of the register.

Bukt1

BUKT: Read-Only copy of BUKT bit (used internally by the MCP25625).

FilterHit

FILHIT0: Indicates which acceptance filter enabled the reception of a message. True = Acceptance Filter 1 (RXF1). False = Acceptance Filter 0 (RXF0).

ReceiveBufferOperatingMode

RXM[1:0]: Receive Buffer Operating mode bits.

ReceivedRemoteTransferRequest

RXRTR: Received Remote Transfer Request bit. True = Remote Transfer Request received. False = No Remote Transfer Request received.

RolloverEnable

Rollover Enable bit. True = RXB0 message will roll over and be written to RXB1 if RXB0 is full. False = Rollover is disabled.

Methods

ToByte()

Converts register contents to a byte.

Applies to