Struct GpioPulse
A pulse representing microseconds in the high position, microseconds in the low position, and a delay measure.
Inherited Members
Namespace: Unosquare.PiGpio.NativeTypes
Syntax
public struct GpioPulse
Fields
DurationMicroSecs
The duration in microseconds.
Declaration
public uint DurationMicroSecs
Field Value
| Type | Description |
|---|---|
| UInt32 |
GpioOff
The gpio pins to turn off.
Declaration
public BitMask GpioOff
Field Value
| Type | Description |
|---|---|
| BitMask |
GpioOn
The GPIO pins to turn on.
Declaration
public BitMask GpioOn
Field Value
| Type | Description |
|---|---|
| BitMask |