Class PowerManagerMessage
- Namespace
- NominalSystems.Messages
- Assembly
- NominalSystems.Messages.dll
[Nominal] The Power Manager message is able to toggle switch states and other properties of the power system based on the input from another source.
public class PowerManagerMessage : Message<PowerManagerPayload>
- Inheritance
-
Message<PowerManagerPayload>PowerManagerMessage
- Inherited Members
-
Message<PowerManagerPayload>.PayloadMessage<PowerManagerPayload>.ToString()Message<PowerManagerPayload>.PayloadTypeMessage<PowerManagerPayload>.PayloadObject
Constructors
PowerManagerMessage()
Default constructor
public PowerManagerMessage()
Properties
SwitchStates
[-] The states of all switches ordered by when they were added
[Units("-")]
public bool[] SwitchStates { get; set; }
Property Value
- bool[]