Unosquare
    Show / Hide Table of Contents

    Delegate PiGpioTimerExDelegate

    Defines a callback for a pigpio library timer Use built-in CLR Timer instead.

    Namespace: Unosquare.PiGpio.NativeTypes
    Syntax
    public delegate void PiGpioTimerExDelegate(UIntPtr userData);
    Parameters
    Type Name Description
    UIntPtr userData

    The user data.

    Comments

    Back to top Copyright © 2017-2019 Unosquare