Unosquare
    Show / Hide Table of Contents

    Delegate PiGpioSignalDelegate

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

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

    The OS signal number.

    Comments

    Back to top Copyright © 2017-2019 Unosquare