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. |