Class SystemInfo
Represents the system info.
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
HardwareRevision
Gets the hardware revision number.
Declaration
public static long HardwareRevision { get; }
Property Value
LibraryVersion
Declaration
public Version LibraryVersion { get; }
Property Value