Delegate PiGpioEventExDelegate
Callback for when an pigpio library event firing. This represents an event model internal to the pigpio library. Use the buil-in EventHandler CLR constructs instead.
Namespace: Unosquare.PiGpio.NativeTypes
Syntax
public delegate void PiGpioEventExDelegate(int eventId, uint tick, UIntPtr userData);
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | eventId | The event identifier. |
| UInt32 | tick | The tick. |
| UIntPtr | userData | The user data. |