NetworkControlTrait.TestNetworkSpeedFollowUp

interface NetworkControlTrait.TestNetworkSpeedFollowUp : ClusterStruct


The follow-up event for the TestNetworkSpeed command.

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

String?

The error encountered when processing the command.

Float?

The network download speed measured in megabits per second.

Float?

The network upload speed measured in megabits per second.

NetworkControlTrait.SpeedTestStatus?

The result status of the command.

Public functions

getDescriptor

@HomeExperimentalApi
open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

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

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

Public properties

errorCode

val errorCodeString?

The error encountered when processing the command.

networkDownloadSpeedMbps

val networkDownloadSpeedMbpsFloat?

The network download speed measured in megabits per second.

networkUploadSpeedMbps

val networkUploadSpeedMbpsFloat?

The network upload speed measured in megabits per second.

status

val statusNetworkControlTrait.SpeedTestStatus?

The result status of the command.