Class RawWaveInformation
Represents raw waveform information.
Inherited Members
Namespace: Unosquare.PiGpio.NativeTypes
Syntax
public class RawWaveInformation
Properties
BottomCB
first CB used by wave.
Declaration
public ushort BottomCB { get; set; }
Property Value
Type | Description |
---|---|
UInt16 |
BottomOOL
last OOL used by wave.
Declaration
public ushort BottomOOL { get; set; }
Property Value
Type | Description |
---|---|
UInt16 |
Deleted
Gets or sets the deleted.
Declaration
public ushort Deleted { get; set; }
Property Value
Type | Description |
---|---|
UInt16 |
NumberBOOL
Gets or sets the number bool.
Declaration
public ushort NumberBOOL { get; set; }
Property Value
Type | Description |
---|---|
UInt16 |
NumberCB
Gets or sets the number cb.
Declaration
public ushort NumberCB { get; set; }
Property Value
Type | Description |
---|---|
UInt16 |
NumberTOOL
Gets or sets the number tool.
Declaration
public ushort NumberTOOL { get; set; }
Property Value
Type | Description |
---|---|
UInt16 |
TopCB
last CB used by wave.
Declaration
public ushort TopCB { get; set; }
Property Value
Type | Description |
---|---|
UInt16 |
TopOOL
first OOL used by wave.
Declaration
public ushort TopOOL { get; set; }
Property Value
Type | Description |
---|---|
UInt16 |