C# Class OpenHardwareMonitor.Hardware.Mainboard.SMBIOS.Structure

Datei anzeigen Open project: pklinef/open-hardware-monitor

Public Methods

Method Description
Structure ( byte type, ushort handle, byte data, string strings ) : System

Protected Methods

Method Description
GetString ( int offset ) : string

Method Details

GetString() protected method

protected GetString ( int offset ) : string
offset int
return string

Structure() public method

public Structure ( byte type, ushort handle, byte data, string strings ) : System
type byte
handle ushort
data byte
strings string
return System