Unosquare
    Show / Hide Table of Contents

    Delegate PiGpioGetSamplesExDelegate

    Bulk pin sampling delegate. Not used in the managed model of this library.

    Namespace: Unosquare.PiGpio.NativeTypes
    Syntax
    public delegate void PiGpioGetSamplesExDelegate(GpioSample[] samples, int numSamples, UIntPtr userData);
    Parameters
    Type Name Description
    GpioSample[] samples

    The samples.

    Int32 numSamples

    The number samples.

    UIntPtr userData

    The user data.

    Comments

    Back to top Copyright © 2017-2019 Unosquare