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