CanStat.FlagCode Enum
Definition
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.
Interrupt Flag Code.
public enum CanStat.FlagCode
type CanStat.FlagCode =
Public Enum CanStat.FlagCode
- Inheritance
-
CanStat.FlagCode
Fields
Name | Value | Description |
---|---|---|
No | 0 | No Interrupt. |
Error | 1 | Error interrupt. |
WakeUp | 2 | Wake-up interrupt. |
TxB0 | 3 | TXB0 interrupt. |
TxB1 | 4 | TXB1 interrupt. |
TxB2 | 5 | TXB2 interrupt. |
RxB0 | 6 | RXB0 interrupt. |
RxB1 | 7 | RXB1 interrupt. |