Show / Hide Table of Contents

Enum ApcChannelState

APC power channel states. None of this is implemented.

Namespace: Content.Shared.APC
Assembly: Content.Shared.dll
Syntax
public enum ApcChannelState : sbyte

Fields

Name Description
All

Bitmask for the full state for a given APC power channel.

Auto

Bit state indicating that the APC has been set to automatically toggle the given channel depending on available power.

AutoOff

State that indicates the given channel has been automatically disabled.

AutoOn

State that indicates the given channel has been automatically enabled.

Control

Bitfield indicating whether the APC is automatically regulating the given channel.

LogWidth
Manual

Bit state indicating that the APC has been set to always provide/not provide power on the given channel if possible.

ManualOff

State that indicates the given channel has been manually disabled.

ManualOn

State that indicates the given channel has been manually enabled.

None

Empty bitmask.

Off

Bit state indicating that the APC is currently not providing power on the given channel.

On

Bit state indicating that the APC is currently providing power on the given channel.

Power

Bitfield indicating whether the APC is currently providing power on the given channel.

  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾