public class CommandMeasurement
Public Class CommandMeasurement
public ref class CommandMeasurement
Gemstone.Timeseries.Transport.CommandMeasurement = function();
Type.createClass(
'Gemstone.Timeseries.Transport.CommandMeasurement');
CommandMeasurement | Initializes a new instance of the CommandMeasurement class |
SignalID | Gets or sets the signal ID of the measurement. |
StateFlags | Gets or sets the flags that define the quality of the measurement. |
Timestamp | Gets or sets the time that the measurement was taken. |
Value | Gets or sets the value of the measurement. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |