Unosquare
    Show / Hide Table of Contents

    Delegate PiGpioSignalExDelegate

    Defines a callback to be executed when the OS sends a signal.

    Namespace: Unosquare.PiGpio.NativeTypes
    Syntax
    public delegate void PiGpioSignalExDelegate(int signalNumber, UIntPtr userData);
    Parameters
    Type Name Description
    Int32 signalNumber

    The OS signal number.

    UIntPtr userData

    The user data.

    Comments

    Back to top Copyright © 2017-2019 Unosquare