GpioEntry Class

Single GPIO configuration.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public class GpioEntry
Inheritance
Object    GpioEntry

Constructors

GpioEntry constructor

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

actionTrigger action. see GPIO_ACTION's
available true if configuration is available. When writing new configuration set to 0 if no need to configure this GPIO.
edgeTrigger edge, falling, rising or both. see GPIO_EDGE's
enabled true if GPIO is enabled.
typeType of GPIO. see GPIO_TYPE's

See Also