Edit

Share via


TxBxSidl Constructors

Definition

Overloads

TxBxSidl(Byte, Byte)

Initializes a new instance of the TxBxSidl class.

TxBxSidl(Byte, Byte, Boolean, Byte)

Initializes a new instance of the TxBxSidl class.

TxBxSidl(Byte, Byte)

Initializes a new instance of the TxBxSidl class.

public TxBxSidl (byte txBufferNumber, byte value);
new Iot.Device.Mcp25xxx.Register.MessageTransmit.TxBxSidl : byte * byte -> Iot.Device.Mcp25xxx.Register.MessageTransmit.TxBxSidl
Public Sub New (txBufferNumber As Byte, value As Byte)

Parameters

txBufferNumber
Byte

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

value
Byte

The value that represents the register contents.

Applies to

TxBxSidl(Byte, Byte, Boolean, Byte)

Initializes a new instance of the TxBxSidl class.

public TxBxSidl (byte txBufferNumber, byte extendedIdentifier, bool extendedIdentifierEnable, byte standardIdentifier);
new Iot.Device.Mcp25xxx.Register.MessageTransmit.TxBxSidl : byte * byte * bool * byte -> Iot.Device.Mcp25xxx.Register.MessageTransmit.TxBxSidl
Public Sub New (txBufferNumber As Byte, extendedIdentifier As Byte, extendedIdentifierEnable As Boolean, standardIdentifier As Byte)

Parameters

txBufferNumber
Byte

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

extendedIdentifier
Byte

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

extendedIdentifierEnable
Boolean

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

standardIdentifier
Byte

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

Applies to