Mcp2515 Class
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.
Driver for the Microchip MCP2515 CAN controller.
public class Mcp2515 : Iot.Device.Mcp25xxx.Mcp25xxx
type Mcp2515 = class
inherit Mcp25xxx
Public Class Mcp2515
Inherits Mcp25xxx
- Inheritance
Mcp2515(Spi |
Initializes a new instance of the Mcp2515 class. |
Mcp2515(Spi |
Interrupt |
Reads the current value of Interrupt pin. (Inherited from Mcp25xxx) |
Reset |
Writes a value to Reset pin. (Inherited from Mcp25xxx) |
Rx0Bf |
Reads the current value of Rx0BF pin. (Inherited from Mcp25xxx) |
Rx1Bf |
Reads the current value of Rx1BF pin. (Inherited from Mcp25xxx) |
Tx0Rts |
Writes a value to Tx0RTS pin. (Inherited from Mcp25xxx) |
Tx1Rts |
Writes a value to Tx1RTS pin. (Inherited from Mcp25xxx) |
Tx2Rts |
Writes a value to Tx2RTS pin. (Inherited from Mcp25xxx) |
Abort |
Abort send all messages from buffers, buffers will be empty (Inherited from Mcp25xxx) |
Bit |
Allows the user to set or clear individual bits in a particular register. Not all registers can be bit modified with this command. (Inherited from Mcp25xxx) |
Dispose() | (Inherited from Mcp25xxx) |
Enable |
If RXB0 contains a valid message and another valid message is received, an overflow error will not occur and the new message will be moved into RXB1 (Inherited from Mcp25xxx) |
Get |
Get witch buffer empty now (Inherited from Mcp25xxx) |
Get |
Get instructions address from buffer (Inherited from Mcp25xxx) |
Is |
Check is buffer empty (Inherited from Mcp25xxx) |
Load |
When loading a transmit buffer, reduces the overhead of a normal WRITE command by placing the Address Pointer at one of six locations for transmit buffer. (Inherited from Mcp25xxx) |
Read(Address) |
Reads data from the register beginning at the selected address. (Inherited from Mcp25xxx) |
Read |
Read arrived messages (Inherited from Mcp25xxx) |
Read |
When reading a receive buffer, reduces the overhead of a normal READ command by placing the Address Pointer at one of four locations for the receive buffer. (Inherited from Mcp25xxx) |
Read |
Quick polling command that reads several Status bits for transmit and receive functions. (Inherited from Mcp25xxx) |
Request |
Instructs the controller to begin the message transmission sequence for any of the transmit buffers. (Inherited from Mcp25xxx) |
Reset() |
Resets the internal registers to the default state and sets Configuration mode. (Inherited from Mcp25xxx) |
Rx |
Quick polling command that indicates a filter match and message type (standard, extended and/or remote) of the received message. (Inherited from Mcp25xxx) |
Send |
Command to mcp25xx to send bytes from specific buffer (Inherited from Mcp25xxx) |
Send |
Send message (Inherited from Mcp25xxx) |
Send |
Send message from specific buffer (Inherited from Mcp25xxx) |
Set |
The configuration registers (CNF1, CNF2, CNF3) control the bit timing for the CAN bus interface. (Inherited from Mcp25xxx) |
Set |
Set mode of operation (Inherited from Mcp25xxx) |
Write(Address, Read |
Writes data to the register beginning at the selected address. (Inherited from Mcp25xxx) |
Write |
Writes one byte to the register beginning at the selected address. (Inherited from Mcp25xxx) |
Write |
Writes a byte to the selected register address. (Inherited from Mcp25xxx) |
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 |