Delegate PiGpioThreadDelegate
Defines a signature for a pthread worker. Use built-in CLR Thread instead.
Namespace: Unosquare.PiGpio.NativeTypes
Syntax
public delegate void PiGpioThreadDelegate(UIntPtr userData);
Parameters
Type | Name | Description |
---|---|---|
UIntPtr | userData | The user data. |