Class RawSpiData
Represents Raw SPI channel data.
Inherited Members
Namespace: Unosquare.PiGpio.NativeTypes
Syntax
public class RawSpiData
Properties
ClockMicroseconds
clock micros.
Declaration
public int ClockMicroseconds { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ClockOffState
clock off state.
Declaration
public int ClockOffState { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ClockPhase
clock phase.
Declaration
public int ClockPhase { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ClockPin
GPIO for clock.
Declaration
public int ClockPin { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
MisoPin
GPIO for MISO.
Declaration
public int MisoPin { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
MosiPin
GPIO for MOSI.
Declaration
public int MosiPin { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
SlaveSelectDelayMicroseconds
delay after slave select.
Declaration
public int SlaveSelectDelayMicroseconds { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
SlaveSelectOffState
slave select off state.
Declaration
public int SlaveSelectOffState { get; set; }
Property Value
Type | Description |
---|---|
Int32 |