C# 클래스 CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.DeviceControllerDeviceStatus

The device's status.
파일 보기 프로젝트 열기: cyrusbuilt/MonoPi

공개 메소드들

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

메소드 상세

DeviceControllerDeviceStatus() 공개 메소드

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