Unosquare
    Show / Hide Table of Contents

    Class SystemInfo

    Represents the system info.

    Inheritance
    Object
    SystemInfo
    Namespace: Unosquare.PiGpio
    Syntax
    public class SystemInfo : ISystemInfo

    Properties

    BoardRevision

    Declaration
    public BoardRevision BoardRevision { get; }
    Property Value
    Type Description
    BoardRevision

    BoardType

    Gets the type of the board. See the BoardType enumeration.

    Declaration
    public static BoardType BoardType { get; }
    Property Value
    Type Description
    BoardType

    HardwareRevision

    Gets the hardware revision number.

    Declaration
    public static long HardwareRevision { get; }
    Property Value
    Type Description
    Int64

    LibraryVersion

    Declaration
    public Version LibraryVersion { get; }
    Property Value
    Type Description
    Version

    Comments

    Back to top Copyright © 2017-2019 Unosquare