Method | Description | |
---|---|---|
DeviceControllerTerminalConfiguration ( |
Initializes a new instance of the CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.DeviceControllerTerminalConfiguration class with the device control channel, whether or not the channel is enabled, whether or not pin A is enabled, whether or not pin W is enabled, and whether or pin B is enabled.
|
|
Equals ( |
Determines whether the specified CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.DeviceControllerTerminalConfiguration is equal to the current CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.DeviceControllerTerminalConfiguration.
|
|
Equals ( object obj ) : bool |
Determines whether the specified System.Object is equal to the current CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.DeviceControllerTerminalConfiguration.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type.
|
public DeviceControllerTerminalConfiguration ( |
||
dcc | /// The device control channel. /// | |
chanEnabled | System.Boolean |
/// Set |
pinAEnabled | System.Boolean |
/// Set |
pinWEnabled | System.Boolean |
/// Set |
pinBEnabled | System.Boolean |
/// Set |
return | System |
public Equals ( |
||
dctc | The |
|
return | System.Boolean |
public Equals ( object obj ) : bool | ||
obj | object |
/// The |
return | bool |