McuMgrImage
Represents a firmware image for devices using McuBoot or the legacy Apache Mynewt bootloader. On initialization, the image data will be validated. A firmware image of this format contains an image header and type-length-value trailer for image meta-data.
For more info about McuBoot and image format see: https://juullabs-oss.github.io/mcuboot/design.html
Constructors
Link copied to clipboard
constructor(@NotNull header: @NotNull McuMgrImageHeader, @Nullable protectedTlv: @Nullable McuMgrImageTlv, @NotNull tlv: @NotNull McuMgrImageTlv, hash: @NotNull Array<Byte>, data: @NotNull Array<Byte>)