Unosquare
    Show / Hide Table of Contents

    Class GpioSample

    Represents sGPIO ample data.

    Inheritance
    Object
    GpioSample
    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 GpioSample

    Properties

    Level

    The level (0 or 1).

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

    Tick

    The ticks in microseconds. Wraps every ~72 minutes.

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

    Comments

    Back to top Copyright © 2017-2019 Unosquare