SympatheticHardwareControl.Controller.SetValue C# (CSharp) Метод

SetValue() публичный Метод

public SetValue ( string channel, bool value ) : void
channel string
value bool
Результат 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