Unosquare
    Show / Hide Table of Contents

    Class RawSpiData

    Represents Raw SPI channel data.

    Inheritance
    Object
    RawSpiData
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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

    Comments

    Back to top Copyright © 2017-2019 Unosquare