Class RawCBS
The Raw CBS (Linux Control Block).
Inherited Members
Namespace: Unosquare.PiGpio.NativeTypes
Syntax
public class RawCBS
Properties
Destination
The destination.
Declaration
public uint Destination { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |
Info
The information.
Declaration
public uint Info { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |
Length
The length.
Declaration
public uint Length { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |
Next
The next.
Declaration
public uint Next { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |
Pad
The pad.
Declaration
public uint[] Pad { get; set; }
Property Value
Type | Description |
---|---|
UInt32[] |
Source
The source.
Declaration
public uint Source { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |
Stride
The stride.
Declaration
public uint Stride { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |