Unosquare
    Show / Hide Table of Contents

    Delegate PiGpioGetSamplesDelegate

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

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

    The samples.

    Int32 numSamples

    The number samples.

    Comments

    Back to top Copyright © 2017-2019 Unosquare