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

Microchip MCP 45XX and 46XX potentiometer IC device status.
상속: IMicrochipPotDeviceStatus
파일 보기 프로젝트 열기: cyrusbuilt/MonoPi

공개 메소드들

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

메소드 상세

MicrochipPotDeviceStatus() 공개 메소드

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. ///
리턴 System