Table of Contents

Class ComputerStatusMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] Message used to output the information about a particular computer on-board.


public sealed class ComputerStatusMessage : Message
Inheritance
ComputerStatusMessage

Fields

State

The state of the computer running.

[Unit(UnitType.NONE)]
public ComputerStatusType State

Field Value

ComputerStatusType

Ticks

The number of nano seconds since UNIX time start - 00:00:00 1/Jan/1970.

[Unit(UnitPrefix.NANO, UnitType.SECOND)]
public long Ticks

Field Value

long