Class GetParameterResponseMessage
Represents a response to a GetParameterMessage.
[Serializable]
public class GetParameterResponseMessage : ResponseMessage
- Inheritance
-
DMSMessageGetParameterResponseMessage
- Extension Methods
Fields
- AlarmLevel
The alarm level for the parameter.
- DataMinerID
The DataMiner Agent ID.
- DisplayType
The parameter display type.
- DisplayValue
The display value.
- ElId
The element ID.
- LastChange
The time of last change.
- LastPoll
The time of last poll.
- ParameterId
The parameter ID.
- UserName
The name of the user or process that caused the last change of the parameter.
- Value
The current parameter Value (raw).
Properties
- ActualAlarmLevel
Gets or sets the actual alarm level, even if the parameter is masked.
- IsAverageTrended
Gets or sets a value indicating whether average trending is enabled.
- IsMasked
Gets or sets a value indicating whether this parameter is masked.
- IsRealTimeTrended
Gets or sets a value indicating whether real-time trending is enabled.
- IsTrended
Gets or sets a value indicating whether this parameter is trended.
- IsValidValue
Gets or sets a value indicating whether this is a valid value (i.e. last poll for this parameter succeeded).
- LatchLevel
Gets or sets the latch alarm level.
- TableIndex
Gets or sets the table index.
Methods
- ToString()
Returns a string that represents the current object.