For Babelfish Release 1.11.1.3

ESTUnit Class

Represents that data is part of all EST Units, and is part of the state of ESTMonitor, ESTTarget, and ESTDisplay

Definition

Namespace: Scopos.BabelFish.DataModel.Athena.AbstractEST
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class ESTUnit
Inheritance
Object    ESTUnit

Constructors

Properties

CertificatePath 
CPUModel The CPU and Board model. Likely a version of a Raspberry Pi
GreenGrassGroup 
InternetConnection 
IoTConnection 
IoTHost 
IoTPort 
IP IP Address of the EST Unit. If hte value is 127.0.0.1, it means the device could not learn it's own IP.
LowVoltage True if the CPU is reporting low voltage.
Model The EST Unit device model. For example NC100, DoW100, MM100
Name 
Owner The Orion Account that owns this EST Unit, formatted as OrionAcct000001
PreviousShutdown True if the Unit was shutdown nicely last time.
PrivateKeyPath 
Qos 
RootCAPath 
Serial The CPU's Serial Number
Simulation 
Temperature Reported CPU Temperature
Version The software version the EST Unit is running.
WiFiQuality The WiFi Link quality as reported by the OS. From the command iwconfig wlan0 | grep -i quality

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also