Nurapi Class Library
C#
Show/Hide TOC
GPIOEdge Enumeration
GPIO Edge
Definition
Namespace:
NurApiDotNet
Assembly:
NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
Copy
public
enum
GPIOEdge
Members
Falling
0
Trigger IO's configured action on falling edge of IO.
Rising
1
Trigger IO's configured action on rising edge of IO.
Both
2
Trigger IO's configured action on both edges of IO.
See Also
Reference
NurApiDotNet Namespace
In This Article
Definition
Members
See Also