CameraTimelineTrait.CameraHistoryItem

class CameraTimelineTrait.CameraHistoryItem : ClusterStruct


Represents a single event session recorded by the camera.

Summary

Nested types

Descriptor enum for this struct's fields.

Public constructors

Creates the CameraHistoryItem class.

Public functions

open StructDescriptor

Returns the descriptor for the struct.

open Any?

Returns the value of the field for the given tag ID.

Public properties

String

The ID of the event session.

Public constructors

CameraHistoryItem

CameraHistoryItem(sessionId: String = "")

Creates the CameraHistoryItem class.

Public functions

getDescriptor

@HomeExperimentalGenericApi
open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

@HomeExperimentalGenericApi
open fun getFieldValueById(tagId: UInt): Any?

Returns the value of the field for the given tag ID.

Public properties

sessionId

val sessionIdString

The ID of the event session.