Delegate PiGpioEventDelegate
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 PiGpioEventDelegate(int eventId, uint timeMicrosecs);
Parameters
Type | Name | Description |
---|---|---|
Int32 | eventId | The event identifier. |
UInt32 | timeMicrosecs | The time microsecs. |