Метод | Описание | |
---|---|---|
SetChannelValue ( System.Boolean nonVol ) : void |
Sets the channel value.
|
|
WiperEventArgs ( |
Initializes a new instance of the CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.MicrochipPotentiometerBase.WiperEventArgs class with the device control channel, device controller, and device reading value.
|
public SetChannelValue ( System.Boolean nonVol ) : void | ||
nonVol | System.Boolean | /// Set true if setting the channel value of a non-volatile wiper, /// or false for a volatile wiper. /// |
Результат | void |
public WiperEventArgs ( |
||
channel | /// The control channel for the wiper. /// | |
controller | /// The device controller. /// | |
val | /// The device reading value. /// | |
Результат | System |