Unosquare
    Show / Hide Table of Contents

    Class Timing

    Represents a class with Timing related methods.

    Inheritance
    Object
    Timing
    Namespace: Unosquare.PiGpio
    Syntax
    public class Timing : ITiming

    Properties

    Microseconds

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

    Milliseconds

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

    Methods

    SleepMicroseconds(UInt32)

    Declaration
    public void SleepMicroseconds(uint micros)
    Parameters
    Type Name Description
    UInt32 micros

    SleepMilliseconds(UInt32)

    Declaration
    public void SleepMilliseconds(uint millis)
    Parameters
    Type Name Description
    UInt32 millis

    Comments

    Back to top Copyright © 2017-2019 Unosquare