Method GetParameter
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Protocol
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Protocol.dll
GetParameter<T>(int)
Executes a GetParameter(int) and return the value in the desired format.
T GetParameter<T>(int paramId) where T : IConvertible
Parameters
paramId
intId of the parameter to retrieve.
Returns
- T
The parameter value.
Type Parameters
T
Type of the Parameter.