For Babelfish Release 1.11.1.3

ESTUnitCommand Enumeration

Definition

Namespace: Scopos.BabelFish.DataModel.Athena
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public enum ESTUnitCommand

Members

SOFTREBOOT0 Command to perform a soft reboot, which is to start and stop the process.
HARDREBOOT1 Command to perform a hard reboot, which is to start and stop the operating system.
SHUTDOWN2 Command to perform a shutdown of the operating system.
SIMULATIONOFF3 Command to turn simulation off on the EST Unit.
SELFDIAGNOSTIC4 Command to perform a self diagnostic test.
ROTATEDISPLAY5 Command to rotate the Display View.
REQUESTRESULTCOF6 Command to request the target's current Result COF data packet.
REQUESTSHOTS7 Command to request the target send all shots for the specified match or resutl COF
UPDATESHOTS8 Command to request the target update one or more shots
SAVESTATEFILE9 Command to request the est units immediatly save their state files.

Extension Methods

Description Returns the Description attribute of an enum. If Description is not an attribute returns the .toString() value.
(Defined by EnumHelper)
GetAttributeOfTypeT Gets an attribute on an enum field value
(Defined by EnumHelper)

See Also