C# Класс CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.MicrochipPotDeviceStatus

Microchip MCP 45XX and 46XX potentiometer IC device status.
Наследование: IMicrochipPotDeviceStatus
Показать файл Открыть проект

Открытые методы

Метод Описание
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