Свойство | Тип | Описание | |
---|---|---|---|
A | |||
ALL | CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.DeviceControlChannel[] | ||
B | |||
C | |||
D |
Метод | Описание | |
---|---|---|
Equals ( |
Determines whether the specified CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.DeviceControlChannel is equal to the current CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.DeviceControlChannel.
|
|
Equals ( object obj ) : bool |
Determines whether the specified System.Object is equal to the current CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.DeviceControlChannel.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type.
|
|
ValueOf ( MicrochipPotChannel channel ) : |
Factory method for creating a device control channel based on the given potentiometer channel.
|
Метод | Описание | |
---|---|---|
DeviceControlChannel ( Byte volatileMemAddr, Byte nonVolatileMemAddr, Byte termConAddr, |
Initializes a new instance of the CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.DeviceControlChannel class with the volatile memory address, non-volatile memory address, terminal control address, hardware-config control bit, terminal A connection control bit, terminal B connection control bit, wiper connection control bit, and MCP potentiometer channel.
|
protected DeviceControlChannel ( Byte volatileMemAddr, Byte nonVolatileMemAddr, Byte termConAddr, |
||
volatileMemAddr | Byte | /// The volatile memory address. /// |
nonVolatileMemAddr | Byte | /// The non-volatile memory address. /// |
termConAddr | Byte | /// The terminal control address. /// |
hwConfigCtrlBit | /// The hardware config control bit. /// | |
termAConnCtrlBit | /// The terminal A connection control bit. /// | |
termBConnCtrlBit | /// The terminal B connection control bit. /// | |
wiperConnCtrlBit | /// The wiper connection control bit. /// | |
chan | MicrochipPotChannel | /// The MCP potentiometer channel. /// |
Результат | System |
public Equals ( |
||
dcc |
/// The |
|
Результат | System.Boolean |
public Equals ( object obj ) : bool | ||
obj | object |
/// The |
Результат | bool |
public static ValueOf ( MicrochipPotChannel channel ) : |
||
channel | MicrochipPotChannel | /// The MCP potentiometer channel. /// |
Результат |
public static DeviceControlChannel,CyrusBuilt.MonoPi.Components.Potentiometers.Microchip A | ||
Результат |
public static DeviceControlChannel[],CyrusBuilt.MonoPi.Components.Potentiometers.Microchip ALL | ||
Результат | CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.DeviceControlChannel[] |
public static DeviceControlChannel,CyrusBuilt.MonoPi.Components.Potentiometers.Microchip B | ||
Результат |
public static DeviceControlChannel,CyrusBuilt.MonoPi.Components.Potentiometers.Microchip C | ||
Результат |