package
0.0.0-20180907143718-390a4f403a8e
Repository: https://github.com/digitalocean/go-smbios.git
Documentation: pkg.go.dev
# Functions
NewDecoder creates a Decoder which decodes Structures from the input stream.
ParseEntryPoint parses an EntryPoint from the input stream.
Stream locates and opens a stream of SMBIOS data and the SMBIOS entry point from an operating system-specific location.
# Structs
A Decoder decodes Structures from a stream.
EntryPoint32Bit is the SMBIOS 32-bit Entry Point structure, used starting in SMBIOS 2.1.
EntryPoint64Bit is the SMBIOS 64-bit Entry Point structure, used starting in SMBIOS 3.0.
A Header is a Structure's header.
A Structure is an SMBIOS structure.
WindowsEntryPoint contains SMBIOS Table entry point data returned from GetSystemFirmwareTable.
# Interfaces
An EntryPoint is an SMBIOS entry point.