TxBxDlc Class

Definition

Transmit Buffer Data Length Code Register.

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

Constructors

TxBxDlc(Byte, Byte)

Initializes a new instance of the TxBxDlc class.

TxBxDlc(Byte, Int32, Boolean)

Initializes a new instance of the TxBxDlc class.

Properties

Address

Gets the address of the register.

DataLengthCode

DLC[3:0]: Data Length Code bits. Sets the number of data bytes to be transmitted (0 to 8 bytes). It is possible to set the DLC[3:0] bits to a value greater than eight; however, only eight bytes are transmitted.

RemoteTransmissionRequest

RTR: Remote Transmission Request bit. True = Transmitted message will be a Remote Transmit Request. False = Transmitted message will be a data frame.

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