Class RawWave
Represents raw waveform data.
Inherited Members
Namespace: Unosquare.PiGpio.NativeTypes
Syntax
public sealed class RawWave
Properties
DelayMicroseconds
The delay microseconds.
Declaration
public uint DelayMicroseconds { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |
Flags
The flags.
Declaration
public uint Flags { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |
GpioOff
The gpio off.
Declaration
public uint GpioOff { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |
GpioOn
The gpio on.
Declaration
public uint GpioOn { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |