Method ProcessParameterSetFromUI
ProcessParameterSetFromUI(SLProtocol, int)
Processes write parameter changes on matrix, discreet info, or table.
public void ProcessParameterSetFromUI(SLProtocol protocol, int triggerParameter = 0)
Parameters
protocol
SLProtocolLink with SLProtocol process. This needs to be the SLProtocol object that triggered the QAction as the GetTriggerParameter() method is internally being called.
triggerParameter
intID of the parameter that triggered the QAction.
Exceptions
- ArgumentNullException
protocol
is null.