InstallComponent

Install/Update Software Component on the Falke

Types

Link copied to clipboard
data class Params(val fileName: String, val versionName: String, val versionCode: Int)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun deserialize(byteArray: ByteArray): InstallComponent.Params

De-Serializes the given byteArray into the type T.

Link copied to clipboard
open override fun serialize(item: InstallComponent.Params): ByteArray

Serializes the given item into a ByteArray to be transmitted over the air.

Link copied to clipboard
open override fun toString(): String