Edit

Share via


TxBxSidh(Byte, Byte) Constructor

Definition

Initializes a new instance of the TxBxSidh class.

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

Parameters

txBufferNumber
Byte

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

standardIdentifier
Byte

SID[10:3]: Standard Identifier bits. These bits contain the eight Most Significant bits of the Standard Identifier for the transmit message.

Applies to