OtaUpdateFile

Describes a file to be associated with an OTA update.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of name-attribute pairs. They won't be sent to devices as a part of the Job document.

Link copied to clipboard

The code signing method of the file.

Link copied to clipboard

The location of the updated firmware.

Link copied to clipboard

The name of the file.

Link copied to clipboard

An integer value you can include in the job document to allow your devices to identify the type of file received from the cloud.

Link copied to clipboard

The file version.

Functions

Link copied to clipboard
inline fun copy(block: OtaUpdateFile.Builder.() -> Unit = {}): OtaUpdateFile
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String