Unosquare
    Show / Hide Table of Contents

    Delegate PiGpioEventExDelegate

    Callback for when an pigpio library event firing. This represents an event model internal to the pigpio library. Use the buil-in EventHandler CLR constructs instead.

    Namespace: Unosquare.PiGpio.NativeTypes
    Syntax
    public delegate void PiGpioEventExDelegate(int eventId, uint tick, UIntPtr userData);
    Parameters
    Type Name Description
    Int32 eventId

    The event identifier.

    UInt32 tick

    The tick.

    UIntPtr userData

    The user data.

    Comments

    Back to top Copyright © 2017-2019 Unosquare