Mcp25xxx.RequestToSend(Boolean, Boolean, Boolean) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Instructs the controller to begin the message transmission sequence for any of the transmit buffers.
C#
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)
- 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.
Product | Versions |
---|---|
.NET IoT Libraries | 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |