2
0
2
2
-0
2
28
Configuration
Possible error IDs: VSX_DRIVER_CONNECTION_ERROR, VSX_DRIVER_DATA_ERROR
Set the Value of a Single Device Parameter
Sets the value of a single parameter on the device. The parameter is defined by transferring the
function parameters in the same way as for the GetSingleParameterValue function (see
description for this function). In addition, the desired value is transferred.
Asynchronous Function
public async Task<(bool Succ, Error ErrorDesc)> SetSingleParameter-
Value(Parameter parameter, object value)
public async Task<(bool Succ, Error ErrorDesc)> SetSingleParameter-
Value(string parameterId, object value)
public async Task<(bool Succ, Error ErrorDesc)> SetSingleParameter-
Value(ushort settingsVersion, ushort configVersion, string configId,
string parameterId, object value)
Synchronous Function
public (bool Succ, Error ErrorDesc) SetSingleParameterValue(Parameter
parameter, object value)
public (bool Succ, Error ErrorDesc) SetSingleParameterValue(string
parameterId, object value)
public (bool Succ, Error ErrorDesc) SetSingleParameterValue(ushort
settingsVersion, ushort configVersion, string configId, string param-
eterId, object value)
Possible error IDs: VSX_DRIVER_CONNECTION_ERROR, VSX_DRIVER_DATA_ERROR