Table of Contents

Method ProcessParameterSetFromUI

Namespace
Skyline.DataMiner.Core.Matrix.Protocol
Assembly
Skyline.DataMiner.Core.Matrix.Protocol.dll

ProcessParameterSetFromUI(SLProtocol, int)

Processes write parameter changes on matrix, discreet info, or table.

public void ProcessParameterSetFromUI(SLProtocol protocol, int triggerParameter = 0)

Parameters

protocol SLProtocol

Link with SLProtocol process. This needs to be the SLProtocol object that triggered the QAction as the GetTriggerParameter() method is internally being called.

triggerParameter int

ID of the parameter that triggered the QAction.

Exceptions

ArgumentNullException

protocol is null.