Show / Hide Table of Contents

    Class SpiBusInfo

    Base class for SPI bus information.

    Inheritance
    Object
    SpiBusInfo
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: System.Device.Spi
    Assembly: System.Device.Spi.dll
    Syntax
    public sealed class SpiBusInfo

    Properties

    | Improve this Doc View Source

    MaxClockFrequency

    Maximum clock cycle frequency of the bus.

    Declaration
    public int MaxClockFrequency { get; }
    Property Value
    Type Description
    Int32

    The clock cycle in Hz.

    | Improve this Doc View Source

    MinClockFrequency

    Minimum clock cycle frequency of the bus.

    Declaration
    public int MinClockFrequency { get; }
    Property Value
    Type Description
    Int32

    The clock cycle in Hz.

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX