Edit

Share via


RxMxSidl Constructors

Definition

Overloads

RxMxSidl(Byte, Byte)

Initializes a new instance of the RxMxSidl class.

RxMxSidl(Byte, Byte, Byte)

Initializes a new instance of the RxMxSidl class.

RxMxSidl(Byte, Byte)

Initializes a new instance of the RxMxSidl class.

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

Parameters

rxMaskNumber
Byte

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

value
Byte

The value that represents the register contents.

Applies to

RxMxSidl(Byte, Byte, Byte)

Initializes a new instance of the RxMxSidl class.

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

Parameters

rxMaskNumber
Byte

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

extendedIdentifierMask
Byte

EID[17:16]: Extended Identifier Mask bits. These bits hold the mask bits to be applied to bits[17:16] of the Extended Identifier portion of a received message.

standardIdentifierMask
Byte

SID[2:0]: Standard Identifier Mask bits. These bits hold the mask bits to be applied to bits[2:0] of the Standard Identifier portion of a received message.

Applies to