EnvelopeUploader

constructor(suitManager: SUITManager, envelope: ByteArray, windowCapacity: Int = 1, memoryAlignment: Int = 1, deferInstall: Boolean = false)

Parameters

envelope

The candidate SUIT Envelope to be sent, as bytes.

windowCapacity

Number of buffers available for sending data, defaults to 1. The more buffers are available, the more packets can be sent without awaiting notification with response, thus accelerating upload process.

memoryAlignment

The memory alignment of the device, defaults to 1. Some memory implementations may require bytes to be aligned to a certain value before saving them.