Class FirmwareInfo
java.lang.Object
com.tccc.kos.core.service.firmware.FirmwareInfo
Information about a single firmware entry in a kab file.
- Version:
- 2024-05-15
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the list of board revisions this firmware is compatible with.Return the board type this firmware is compatible with.Return the firmware type.Return an input stream for the firmware file.getKab()
Return the associated kab file.Return the firmware version.toString()
-
Constructor Details
-
FirmwareInfo
public FirmwareInfo()
-
-
Method Details
-
getBoardType
Return the board type this firmware is compatible with. -
getFirmwareType
Return the firmware type. -
getBoardRevisions
Return the list of board revisions this firmware is compatible with. -
getVersion
Return the firmware version. -
getInputStream
Return an input stream for the firmware file. -
getKab
Return the associated kab file. -
toString
-