Edit

Share via


CanStat Constructors

Definition

Overloads

CanStat(Byte)

Initializes a new instance of the CanStat class.

CanStat(CanStat+FlagCode, OperationMode)

Initializes a new instance of the CanStat class.

CanStat(Byte)

Initializes a new instance of the CanStat class.

public CanStat (byte value);
new Iot.Device.Mcp25xxx.Register.CanControl.CanStat : byte -> Iot.Device.Mcp25xxx.Register.CanControl.CanStat
Public Sub New (value As Byte)

Parameters

value
Byte

The value that represents the register contents.

Applies to

CanStat(CanStat+FlagCode, OperationMode)

Initializes a new instance of the CanStat class.

public CanStat (Iot.Device.Mcp25xxx.Register.CanControl.CanStat.FlagCode interruptFlagCode, Iot.Device.Mcp25xxx.Tests.Register.CanControl.OperationMode operationMode);
new Iot.Device.Mcp25xxx.Register.CanControl.CanStat : Iot.Device.Mcp25xxx.Register.CanControl.CanStat.FlagCode * Iot.Device.Mcp25xxx.Tests.Register.CanControl.OperationMode -> Iot.Device.Mcp25xxx.Register.CanControl.CanStat
Public Sub New (interruptFlagCode As CanStat.FlagCode, operationMode As OperationMode)

Parameters

interruptFlagCode
CanStat.FlagCode

ICOD[2:0]: Interrupt Flag Code bits.

operationMode
OperationMode

OPMOD[2:0]: Operation Mode bits.

Applies to