Unosquare
    Show / Hide Table of Contents

    Class RawWave

    Represents raw waveform data.

    Inheritance
    Object
    RawWave
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unosquare.PiGpio.NativeTypes
    Syntax
    public sealed class RawWave

    Properties

    DelayMicroseconds

    The delay microseconds.

    Declaration
    public uint DelayMicroseconds { get; set; }
    Property Value
    Type Description
    UInt32

    Flags

    The flags.

    Declaration
    public uint Flags { get; set; }
    Property Value
    Type Description
    UInt32

    GpioOff

    The gpio off.

    Declaration
    public uint GpioOff { get; set; }
    Property Value
    Type Description
    UInt32

    GpioOn

    The gpio on.

    Declaration
    public uint GpioOn { get; set; }
    Property Value
    Type Description
    UInt32

    Comments

    Back to top Copyright © 2017-2019 Unosquare