C# 클래스 CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.MicrochipPotentiometerBase.WiperEventArgs

Wiper event arguments class.
상속: System.EventArgs
파일 보기 프로젝트 열기: cyrusbuilt/MonoPi

공개 메소드들

메소드 설명
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.

메소드 상세

SetChannelValue() 공개 메소드

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. ///
리턴 void

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 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. ///
리턴 System