RequestPictureThumbnails

Request thumbnails of previously added pictures, the thumbnails will be delivered one by one as ordered in the list to the requesting client.

Types

Link copied to clipboard
data class Params(val pictures: List<RequestPictureThumbnails.Params.Picture>, val clientId: ClientIdentifier)

Contains the list of fileNames to request the thumbnails of from the remote device

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

De-Serializes the given byteArray into the type T.

Link copied to clipboard

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

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