Unosquare
    Show / Hide Table of Contents

    Class RawWaveInformation

    Represents raw waveform information.

    Inheritance
    Object
    RawWaveInformation
    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 class RawWaveInformation

    Properties

    BottomCB

    first CB used by wave.

    Declaration
    public ushort BottomCB { get; set; }
    Property Value
    Type Description
    UInt16

    BottomOOL

    last OOL used by wave.

    Declaration
    public ushort BottomOOL { get; set; }
    Property Value
    Type Description
    UInt16

    Deleted

    Gets or sets the deleted.

    Declaration
    public ushort Deleted { get; set; }
    Property Value
    Type Description
    UInt16

    NumberBOOL

    Gets or sets the number bool.

    Declaration
    public ushort NumberBOOL { get; set; }
    Property Value
    Type Description
    UInt16

    NumberCB

    Gets or sets the number cb.

    Declaration
    public ushort NumberCB { get; set; }
    Property Value
    Type Description
    UInt16

    NumberTOOL

    Gets or sets the number tool.

    Declaration
    public ushort NumberTOOL { get; set; }
    Property Value
    Type Description
    UInt16

    TopCB

    last CB used by wave.

    Declaration
    public ushort TopCB { get; set; }
    Property Value
    Type Description
    UInt16

    TopOOL

    first OOL used by wave.

    Declaration
    public ushort TopOOL { get; set; }
    Property Value
    Type Description
    UInt16

    Comments

    Back to top Copyright © 2017-2019 Unosquare