Table of Contents

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
PowerManagerMessage
Inherited Members
Message<PowerManagerPayload>.Payload
Message<PowerManagerPayload>.ToString()
Message<PowerManagerPayload>.PayloadType
Message<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[]