public class HistorySummary extends Object
Modifier and Type | Field and Description |
---|---|
static int |
HEADERLENGTH |
Constructor and Description |
---|
HistorySummary(UsbFile usbFile)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
clearHistorySummary()
Clears the history summary
|
String |
getDescription()
Return a description of this history entry.
|
UsbFile |
getHistorySummaryFile()
Returns the UsbFile instance representing the HistorySummary.
|
public static final int HEADERLENGTH
public HistorySummary(UsbFile usbFile)
usbFile
- History Summary File. The file consists of a
header and a number of entries. The entry format
varies per devicepublic String getDescription()
public void clearHistorySummary()
public UsbFile getHistorySummaryFile()
Copyright © 2020. All rights reserved.