Class GpioPad
Represents an electrical pad which groups GPIO pins and has configurable electrical drive strength.
Inherited Members
Namespace: Unosquare.PiGpio.ManagedModel
Syntax
public sealed class GpioPad
Properties
Pad
Gets electrical pad object.
Declaration
public GpioPad Pad { get; }
Property Value
Type | Description |
---|---|
GpioPad |
PadId
Gets the electrical pad identifier.
Declaration
public GpioPadId PadId { get; }
Property Value
Type | Description |
---|---|
GpioPadId |
PadStrength
Gets or sets the electrical pad strength.
Declaration
public GpioPadStrength PadStrength { get; set; }
Property Value
Type | Description |
---|---|
GpioPadStrength |