ConfigurationUint32

System.Tuple<ISignal, uint> ISetSignal.ConfigurationUint32 { get; set; }

Gets or sets the signal and associated value to be written when this command is executed.

Value

Tuple<ISignal, uint> – Tuple containing the signal (Item1) and value (Item2).

Throws