Edit

Share via


RxBxEid0(Byte, Byte) Constructor

Definition

Initializes a new instance of the RxBxEid0 class.

public RxBxEid0 (byte rxBufferNumber, byte extendedIdentifier);
new Iot.Device.Mcp25xxx.Register.MessageReceive.RxBxEid0 : byte * byte -> Iot.Device.Mcp25xxx.Register.MessageReceive.RxBxEid0
Public Sub New (rxBufferNumber As Byte, extendedIdentifier As Byte)

Parameters

rxBufferNumber
Byte

Receive Buffer Number. Must be a value of 0 - 1.

extendedIdentifier
Byte

EID[7:0]: Extended Identifier bits. These bits hold the Least Significant eight bits of the Extended Identifier for the received message.

Applies to