Edit

Share via


RxMxEid8(Byte, Byte) Constructor

Definition

Initializes a new instance of the RxMxEid8 class.

public RxMxEid8 (byte rxMaskNumber, byte extendedIdentifier);
new Iot.Device.Mcp25xxx.Register.AcceptanceFilter.RxMxEid8 : byte * byte -> Iot.Device.Mcp25xxx.Register.AcceptanceFilter.RxMxEid8
Public Sub New (rxMaskNumber As Byte, extendedIdentifier As Byte)

Parameters

rxMaskNumber
Byte

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

extendedIdentifier
Byte

EID[15:8]: Extended Identifier bits. These bits hold the filter bits to be applied to bits[15:8] of the Extended Identifier portion of a received message.If corresponding with RXM[1:0] = 00 and EXIDE = 0, these bits are applied to Byte 0 in received data.

Applies to