GpioStatus Class

Single GPIO status.

Definition

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

Constructors

GpioStatusInitializes a new instance of the GpioStatus class

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

enabledtrue if GPIO is enabled.
stateState of the GPIO. Only valid if GPIO is configured as input (NurApi.GPIO_TYPE_INPUT).
typeType of GPIO. see GPIO_TYPE's

See Also