FirmwareDataProviderImpl

open class FirmwareDataProviderImpl : FirmwareDataProvider

Constructors

Link copied to clipboard
open fun FirmwareDataProviderImpl(type: FirmwareType, data: Array<Byte>)

Properties

Link copied to clipboard
open var fwType: FirmwareType

Inherited properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun getCRCForWrittenSize(size: Int): Long
Link copied to clipboard
Link copied to clipboard
open fun getLocalSize(): Long
Link copied to clipboard
open fun getPart(chunkNum: Int): Array<Byte>
Link copied to clipboard
open fun getSize(): Int
Link copied to clipboard
open fun getTotalParts(): Int
Link copied to clipboard
Link copied to clipboard
open fun setWrittenPart(chunk: Int)