Unosquare
    Show / Hide Table of Contents

    Class GpioPad

    Represents an electrical pad which groups GPIO pins and has configurable electrical drive strength.

    Inheritance
    Object
    GpioPad
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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

    Comments

    Back to top Copyright © 2017-2019 Unosquare