RequestPictures

Request the file of previously added pictures, the files will be delivered one by one as ordered in the list to the requesting client. An empty list in RequestPictures.Params.pictures should result in all (for this client) available pictures to be sent to the client.

Types

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

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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

De-Serializes the given byteArray into the type T.

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

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

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