TxBxDn 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.
Transmit Buffer Data Byte Register.
public class TxBxDn : Iot.Device.Mcp25xxx.Register.IRegister
type TxBxDn = class
interface IRegister
Public Class TxBxDn
Implements IRegister
- Inheritance
-
TxBxDn
- Implements
Constructors
TxBxDn(Byte, Int32, Byte) |
Initializes a new instance of the TxBxDn class. |
Properties
Address |
Gets the address of the register. |
Index |
Index of data. Must be a value of 0 - 7. |
TransmitBufferDataFieldBytes |
TXBxDn[7:0]: Transmit Buffer Data Field Bytes. |
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. |