PushAvStreamTransportTrait.PushTransportBegin

interface PushAvStreamTransportTrait.PushTransportBegin : ClusterStruct


Event that is sent when a transport push begins.

Summary

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

PushAvStreamTransportTrait.TriggerActivationReasonEnum?

The reason for transport trigger activation.

UShort?
PushAvStreamTransportTrait.TransportTriggerTypeEnum?

The type of the transport trigger that was used to start the push transport.

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

activationReason

val activationReasonPushAvStreamTransportTrait.TriggerActivationReasonEnum?

The reason for transport trigger activation.

connectionId

val connectionIdUShort?

triggerType

val triggerTypePushAvStreamTransportTrait.TransportTriggerTypeEnum?

The type of the transport trigger that was used to start the push transport.