TxBxSidl Class

Definition

Transmit Buffer Standard Identifier Low Register.

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

Constructors

TxBxSidl(Byte, Byte)

Initializes a new instance of the TxBxSidl class.

TxBxSidl(Byte, Byte, Boolean, Byte)

Initializes a new instance of the TxBxSidl 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 transmit message.

ExtendedIdentifierEnable

EXIDE: Extended Identifier Enable bit. True = Message will transmit the Extended Identifier. False = Message will transmit the Standard Identifier.

StandardIdentifier

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

TxBufferNumber

Transmit Buffer Number. Must be a value of 0 - 2.

Methods

GetTxBufferNumber(Address)

Gets the Tx Buffer Number based on the register address.

ToByte()

Converts register contents to a byte.

Applies to