RxBxSidl Class

Definition

Receive Buffer Standard Identifier Low Register.

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

Constructors

RxBxSidl(Byte, Byte)

Initializes a new instance of the RxBxSidl class.

RxBxSidl(Byte, Byte, Boolean, Boolean, Byte)

Initializes a new instance of the RxBxSidl class.

Properties

Address

Gets the address of the register.

ExtendedIdentifier

EID[17:16]: Extended Identifier bits. These bits contain the two Most Significant bits of the Extended Identifier for the received message.

ExtendedIdentifierFlag

IDE: Extended Identifier Flag bit. This bit indicates whether the received message was a standard or an extended frame. True = Received message was an extended frame. False = Received message was a standard frame.

RxBufferNumber

Receive Buffer Number. Must be a value of 0 - 1.

StandardFrameRemoteTransmitRequest

SRR: Standard Frame Remote Transmit Request bit (valid only if the IDE bit = 0). True = Standard frame Remote Transmit Request received. False = Standard data frame received.

StandardIdentifier

SID[2:0]: Standard Identifier bits. These bits contain the three Least Significant bits of the Standard Identifier for the received message.

Methods

GetRxBufferNumber(Address)

Gets the Rx Buffer Number based on the register address.

ToByte()

Converts register contents to a byte.

Applies to