Property | Type | Description | |
---|---|---|---|
A | |||
ALL | CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.DeviceControlChannel[] | ||
B | |||
C | |||
D |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
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. /// |
return | System |
public Equals ( |
||
dcc |
/// The |
|
return | System.Boolean |
public Equals ( object obj ) : bool | ||
obj | object |
/// The |
return | bool |
public static ValueOf ( MicrochipPotChannel channel ) : |
||
channel | MicrochipPotChannel | /// The MCP potentiometer channel. /// |
return |
public static DeviceControlChannel,CyrusBuilt.MonoPi.Components.Potentiometers.Microchip A | ||
return |
public static DeviceControlChannel[],CyrusBuilt.MonoPi.Components.Potentiometers.Microchip ALL | ||
return | CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.DeviceControlChannel[] |
public static DeviceControlChannel,CyrusBuilt.MonoPi.Components.Potentiometers.Microchip B | ||
return |
public static DeviceControlChannel,CyrusBuilt.MonoPi.Components.Potentiometers.Microchip C | ||
return |