Method | Description | |
---|---|---|
MicrochipPotDeviceStatus ( MicrochipPotChannel chan, System.Boolean writeActive, System.Boolean writeProtected, System.Boolean wiperLocked ) : System |
Initializes a new instance of the CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.MicrochipPotDeviceStatus class with the wiper-lock channel and flags to indicate if currently writing to the EEPROM, whether or not the EEPROM is write-protected, and whether or not the wiper is locked.
|
public MicrochipPotDeviceStatus ( MicrochipPotChannel chan, System.Boolean writeActive, System.Boolean writeProtected, System.Boolean wiperLocked ) : System | ||
chan | MicrochipPotChannel | /// The wiper-lock channel. /// |
writeActive | System.Boolean | /// Set true if currently writing the EEPROM. /// |
writeProtected | System.Boolean | /// Set true if the EEPROM is write-protected. /// |
wiperLocked | System.Boolean | /// Set true if the wiper is locked. /// |
return | System |