Edit

Share via


Mcp25xxx.RequestToSend(Boolean, Boolean, Boolean) Method

Definition

Instructs the controller to begin the message transmission sequence for any of the transmit buffers.

public void RequestToSend (bool txb0, bool txb1, bool txb2);
member this.RequestToSend : bool * bool * bool -> unit
Public Sub RequestToSend (txb0 As Boolean, txb1 As Boolean, txb2 As Boolean)

Parameters

txb0
Boolean

Instructs the controller to begin the message transmission sequence for TxB0.

txb1
Boolean

Instructs the controller to begin the message transmission sequence for TxB1.

txb2
Boolean

Instructs the controller to begin the message transmission sequence for TxB2.

Applies to