Class CanBoosterSystemState
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
NetworkIdushortOutputPortushortStateCanBoosterStateVccVoltageushortCurrentushort
Properties
Current
public ushort Current { get; init; }
Property Value
NetworkId
public ushort NetworkId { get; init; }
Property Value
OutputPort
public ushort OutputPort { get; init; }
Property Value
State
public CanBoosterState State { get; init; }
Property Value
VccVoltage
public ushort VccVoltage { get; init; }