NetworkControlTrait.TestNetworkSpeedFollowUp

interface NetworkControlTrait.TestNetworkSpeedFollowUp


The follow-up event for the TestNetworkSpeed command.

Summary

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 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.