Package oshi.hardware

Interface Firmware

    • Method Detail

      • getManufacturer

        java.lang.String getManufacturer()
        Get the firmware manufacturer.
        Returns:
        the manufacturer
      • getName

        java.lang.String getName()
        Get the firmware name.
        Returns:
        the name
      • getDescription

        java.lang.String getDescription()
        Get the firmware description.
        Returns:
        the description
      • getVersion

        java.lang.String getVersion()
        Get the firmware version.
        Returns:
        the version
      • getReleaseDate

        java.lang.String getReleaseDate()
        Get the firmware release date.
        Returns:
        The release date.