PushAvStreamTransportTrait.TransportConfigurationStruct

class PushAvStreamTransportTrait.TransportConfigurationStruct : ClusterStruct


The transport configuration.

Summary

Public constructors

Creates the TransportConfigurationStruct 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 constructors

TransportConfigurationStruct

TransportConfigurationStruct(
    connectionId: UShort,
    transportStatus: PushAvStreamTransportTrait.TransportStatusEnum = TransportStatusEnum.Active,
    transportOptions: OptionalValue<PushAvStreamTransportTrait.TransportOptionsStruct> = OptionalValue.absent()
)

Creates the TransportConfigurationStruct 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

connectionId

val connectionIdUShort

The connection ID of the transport.

transportStatus

val transportStatusPushAvStreamTransportTrait.TransportStatusEnum

The transport status. Valid values are defined in TransportStatusEnum.