Class GetParameterMessage
Represents a message to request a parameter value.
[Serializable]
public class GetParameterMessage
- Inheritance
-
GetParameterMessage
- Extension Methods
Remarks
The response message is a GetParameterResponseMessage containing the value of the requested parameter.
Constructors
- GetParameterMessage()
Initializes a new instance of the GetParameterMessage class.
- GetParameterMessage(int, int, int)
Initializes a new instance of the GetParameterMessage class using the Agent ID, element ID and parameter ID.
- GetParameterMessage(int, int, int, string)
Initializes a new instance of the GetParameterMessage class using the Agent ID, element ID, parameter ID and the display key.
- GetParameterMessage(int, int, int, string, bool)
Initializes a new instance of the GetParameterMessage class using the Agent ID, element ID, parameter ID and the display key.
Fields
- ElId
ID of the element for which to receive the current parameter value.
- ParameterId
ID of the parameter for which to receive the current value.
Properties
- TableIndex
If the ParameterId references a dynamic table column, a primary or display key specifying the row needs to be specified. Which type of key depends on the UsePrimaryKey property.
- UsePrimaryKey
Gets or sets a value indicating whether the key to be used is the primary key.
Methods
- GetElementID()
Retrieves the element ID.
- ToString()
Returns a string that represents the current object.