C# Class CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.MicrochipPotentiometerBase.WiperEventArgs

Wiper event arguments class.
Inheritance: System.EventArgs
Afficher le fichier Open project: cyrusbuilt/MonoPi

Méthodes publiques

Méthode Description
SetChannelValue ( System.Boolean nonVol ) : void

Sets the channel value.

WiperEventArgs ( DeviceControlChannel channel, MicrochipPotDeviceController controller, Int32 val ) : System

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.

Method Details

SetChannelValue() public méthode

Sets the channel 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. ///
Résultat void

WiperEventArgs() public méthode

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 WiperEventArgs ( DeviceControlChannel channel, MicrochipPotDeviceController controller, Int32 val ) : System
channel DeviceControlChannel /// The control channel for the wiper. ///
controller MicrochipPotDeviceController /// The device controller. ///
val System.Int32 /// The device reading value. ///
Résultat System