Edit

Share via


RxBxSidh(Byte, Byte) Constructor

Definition

Initializes a new instance of the RxBxSidh class.

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

Parameters

rxBufferNumber
Byte

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

standardIdentifier
Byte

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

Applies to