C# Class Mosa.Kernel.x86.Smbios.SmbiosManager

Mostra file Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method Description
GetStructureOfType ( byte type ) : uint

Setup ( ) : void

Private Methods

Method Description
GetAddressOfNextStructure ( uint address ) : uint

GetMajorVersion ( ) : void

GetMinorVersion ( ) : void

GetNumberOfStructures ( ) : void

GetTableAddress ( ) : void

GetTableLength ( ) : void

GetType ( uint address ) : byte

LocateEntryPoint ( ) : void

Method Details

GetStructureOfType() public static method

public static GetStructureOfType ( byte type ) : uint
type byte
return uint

Setup() public static method

public static Setup ( ) : void
return void