SympatheticHardwareControl.Controller.SetValue C# (CSharp) Method

SetValue() public method

public SetValue ( string channel, bool value ) : void
channel string
value bool
return void
        public void SetValue(string channel, bool value)
        {
            HCState = SHCUIControlState.LOCAL;
            stateRecord.digitals[channel] = value;
            SetDigitalLine(channel, value);
            setValuesDisplayedOnUI(stateRecord);
            HCState = SHCUIControlState.OFF;
        }

Same methods

Controller::SetValue ( string channel, double value ) : void
Controller::SetValue ( string channel, double value, bool useCalibration ) : void