Constructor GetParameterMessage
GetParameterMessage()
Initializes a new instance of the GetParameterMessage class.
public GetParameterMessage()
GetParameterMessage(int, int, int)
Initializes a new instance of the GetParameterMessage class using the Agent ID, element ID and parameter ID.
public GetParameterMessage(int dmaId, int elId, int parameterId)
Parameters
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.
public GetParameterMessage(int dmaId, int elId, int parameterId, string displayKey)
Parameters
dmaId
intThe Agent ID of the element.
elId
intThe element ID.
parameterId
intThe parameter ID.
displayKey
stringThe 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.
public GetParameterMessage(int dmaId, int elId, int parameterId, string key, bool usePrimaryKey)