public enum ESTUnitCommand| SOFTREBOOT | 0 | Command to perform a soft reboot, which is to start and stop the process. |
| HARDREBOOT | 1 | Command to perform a hard reboot, which is to start and stop the operating system. |
| SHUTDOWN | 2 | Command to perform a shutdown of the operating system. |
| SIMULATIONOFF | 3 | Command to turn simulation off on the EST Unit. |
| SELFDIAGNOSTIC | 4 | Command to perform a self diagnostic test. |
| ROTATEDISPLAY | 5 | Command to rotate the Display View. |
| REQUESTRESULTCOF | 6 | Command to request the target's current Result COF data packet. |
| REQUESTSHOTS | 7 | Command to request the target send all shots for the specified match or resutl COF |
| UPDATESHOTS | 8 | Command to request the target update one or more shots |
| SAVESTATEFILE | 9 | Command to request the est units immediatly save their state files. |
| 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) |