C# Class CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.MicrochipPotDeviceStatus

Microchip MCP 45XX and 46XX potentiometer IC device status.
Inheritance: IMicrochipPotDeviceStatus
Mostrar archivo Open project: cyrusbuilt/MonoPi

Public Methods

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.

Method Details

MicrochipPotDeviceStatus() public method

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