CanStat Class
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.
CAN Status Register.
public class CanStat : Iot.Device.Mcp25xxx.Register.IRegister
type CanStat = class
interface IRegister
Public Class CanStat
Implements IRegister
- Inheritance
-
CanStat
- Implements
Constructors
CanStat(Byte) |
Initializes a new instance of the CanStat class. |
CanStat(CanStat+FlagCode, OperationMode) |
Initializes a new instance of the CanStat class. |
Properties
Address |
Gets the address of the register. |
InterruptFlagCode |
ICOD[2:0]: Interrupt Flag Code bits. |
OperationMode |
OPMOD[2:0]: Operation Mode bits. |
Methods
ToByte() |
Converts register contents to a byte. |