메소드 | 설명 | |
---|---|---|
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.
|
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. /// |
리턴 | System |