public class Smbios extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Smbios.Record
Holds the information returned by smbios.records
|
static class |
Smbios.RecordType
The type of the dmi records.
|
| Modifier and Type | Method and Description |
|---|---|
static LocalCall<List<Smbios.Record>> |
records(Smbios.RecordType type)
smbios.records
|
public static LocalCall<List<Smbios.Record>> records(Smbios.RecordType type)
type - the type of the record to get or null to get all recordsLocalCall to use for getting the record(s)Copyright © 2016. All rights reserved.