Unosquare
    Show / Hide Table of Contents

    Struct GpioPulse

    A pulse representing microseconds in the high position, microseconds in the low position, and a delay measure.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Unosquare.PiGpio.NativeTypes
    Syntax
    public struct GpioPulse

    Fields

    DurationMicroSecs

    The duration in microseconds.

    Declaration
    public uint DurationMicroSecs
    Field Value
    Type Description
    UInt32

    GpioOff

    The gpio pins to turn off.

    Declaration
    public BitMask GpioOff
    Field Value
    Type Description
    BitMask

    GpioOn

    The GPIO pins to turn on.

    Declaration
    public BitMask GpioOn
    Field Value
    Type Description
    BitMask

    Comments

    Back to top Copyright © 2017-2019 Unosquare