RxBxDlc Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Receive Buffer Data Length Code Register.
public class RxBxDlc : Iot.Device.Mcp25xxx.Register.IRegister
type RxBxDlc = class
interface IRegister
Public Class RxBxDlc
Implements IRegister
- Inheritance
-
RxBxDlc
- Implements
Constructors
RxBxDlc(Byte, Byte, Boolean) |
Initializes a new instance of the RxBxDlc class. |
RxBxDlc(Byte, Byte) |
Initializes a new instance of the RxBxDlc class. |
Properties
Address |
Gets the address of the register. |
DataLengthCode |
DLC[3:0]: Data Length Code bits. Indicates the number of data bytes that were received. (0 to 8 bytes). |
ExtendedFrameRemoteTransmissionRequest |
RTR: Extended Frame Remote Transmission Request bit. (valid only when the IDE bit in the RXBxSIDL register is '1'). True = Extended frame Remote Transmit Request received. False = Extended data frame received. |
RxBufferNumber |
Receive Buffer Number. Must be a value of 0 - 1. |
Methods
GetRxBufferNumber(Address) |
Gets the Rx Buffer Number based on the register address. |
ToByte() |
Converts register contents to a byte. |