public class GpioStatus
GpioStatus | Initializes a new instance of the GpioStatus class |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |
enabled | true if GPIO is enabled. |
state | State of the GPIO. Only valid if GPIO is configured as input (NurApi.GPIO_TYPE_INPUT). |
type | Type of GPIO. see GPIO_TYPE's |