Unosquare
    Show / Hide Table of Contents

    Delegate PiGpioThreadDelegate

    Defines a signature for a pthread worker. Use built-in CLR Thread instead.

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

    The user data.

    Comments

    Back to top Copyright © 2017-2019 Unosquare