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

The device's status.
Показать файл Открыть проект

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

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