VideoList

Receive list of available videos on the device. Automatically published to clients that use a context containing this topic. MQTT properities: RETAINED

Types

Link copied to clipboard
data class Data(val videos: List<VideoList.Data.Video>)

Wrapper object to contain all video filenames

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun deserialize(byteArray: ByteArray): VideoList.Data

De-Serializes the given byteArray into the type T.

Link copied to clipboard
open override fun serialize(item: VideoList.Data): ByteArray

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

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