Delegate PiGpioTimerExDelegate
Defines a callback for a pigpio library timer Use built-in CLR Timer instead.
Namespace: Unosquare.PiGpio.NativeTypes
Syntax
public delegate void PiGpioTimerExDelegate(UIntPtr userData);
Parameters
| Type | Name | Description |
|---|---|---|
| UIntPtr | userData | The user data. |