UploadOsUpdate

Send OS update image via FileTopic

Properties

Link copied to clipboard

Specifies the path of the "in" topic for the SDK communication within the FileApi (Outside -> Inside).

Link copied to clipboard
Link copied to clipboard

Specifies the path of the "out" topic for the SDK communication within the FileApi (Inside -> Outside).

Link copied to clipboard

Functions

Link copied to clipboard
override fun deserialize(byteArray: ByteArray): Nothing

De-Serializes the given byteArray into the type T.

Link copied to clipboard
override fun serialize(item: Nothing): ByteArray

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

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