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

The device's status.
显示文件 Open project: cyrusbuilt/MonoPi

Public Methods

Method Description
DeviceControllerDeviceStatus ( System.Boolean writeActive, System.Boolean writeProtected, System.Boolean chanALock, System.Boolean chanBLock ) : System

Initializes a new instance of the CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.DeviceControllerDeviceStatus class with whether or not the EEPROM is actively writing, whether or not the EEPROM is write-protected, whether or not channel A is locked, and whether or not channel B locked.

Method Details

DeviceControllerDeviceStatus() public method

Initializes a new instance of the CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.DeviceControllerDeviceStatus class with whether or not the EEPROM is actively writing, whether or not the EEPROM is write-protected, whether or not channel A is locked, and whether or not channel B locked.
public DeviceControllerDeviceStatus ( System.Boolean writeActive, System.Boolean writeProtected, System.Boolean chanALock, System.Boolean chanBLock ) : System
writeActive System.Boolean /// Set true if actively writing the EEPROM. ///
writeProtected System.Boolean /// Set true if the EEPROM is write-protected. ///
chanALock System.Boolean /// Set true if channel A is locked. ///
chanBLock System.Boolean /// Set true if channel B is locked. ///
return System