iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows
Returns the stored array from start with specified lenght.
protected byte[] GetBytes(byte start, byte lenght)
parameter | description |
---|---|
start | start byte |
lenght | lenght |
The array value stored.