Table of Contents

Class CanBoosterSystemState

Namespace
Z21.Core.Model
Assembly
Z21.Client.dll

CAN booster system state (LAN_CAN_BOOSTER_SYSTEMSTATE_CHGD, protocol §10.2.3).

public record CanBoosterSystemState : IEquatable<CanBoosterSystemState>
Inheritance
CanBoosterSystemState
Implements
Inherited Members

Constructors

CanBoosterSystemState(ushort, ushort, CanBoosterState, ushort, ushort)

CAN booster system state (LAN_CAN_BOOSTER_SYSTEMSTATE_CHGD, protocol §10.2.3).

public CanBoosterSystemState(ushort NetworkId, ushort OutputPort, CanBoosterState State, ushort VccVoltage, ushort Current)

Parameters

NetworkId ushort
OutputPort ushort
State CanBoosterState
VccVoltage ushort
Current ushort

Properties

Current

public ushort Current { get; init; }

Property Value

ushort

NetworkId

public ushort NetworkId { get; init; }

Property Value

ushort

OutputPort

public ushort OutputPort { get; init; }

Property Value

ushort

State

public CanBoosterState State { get; init; }

Property Value

CanBoosterState

VccVoltage

public ushort VccVoltage { get; init; }

Property Value

ushort