ReadStatusResponse Enum
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.
Response from READ STATUS instruction.
This enumeration supports a bitwise combination of its member values.
C#
[System.Flags]
public enum ReadStatusResponse
[<System.Flags>]
type ReadStatusResponse =
Public Enum ReadStatusResponse
- Inheritance
-
ReadStatusResponse
- Attributes
Name | Value | Description |
---|---|---|
Rx0If | 1 | RX0IF (CANINTF Register). |
Rx1If | 2 | RX1IF (CANINTF Register). |
Tx0Req | 4 | TXREQ (TXB0CTRL Register). |
Tx0If | 8 | TX0IF (CANINTF Register). |
Tx1Req | 16 | TXREQ (TXB1CTRL Register). |
Tx1If | 32 | TX1IF (CANINTF Register). |
Tx2Req | 64 | TXREQ (TXB2CTRL Register). |
Tx2If | 128 | TX2IF (CANINTF Register). |
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 |