API reference
API reference
Select your platform
No SDKs available
No versions available

OVRMetricsNetwork Class

Modifiers: final

Signature

class OVRMetricsNetwork(val getNetworking: () -> NetworkingBase?, init: OVRMetricsNetwork.() -> Unit = {}) : OVRMetricsGroup

Constructors

OVRMetricsNetwork ( getNetworking , init ) : OVRMetricsNetwork
Signature
constructor(getNetworking: () -> NetworkingBase?, init: OVRMetricsNetwork.() -> Unit = {})
Parameters
getNetworking: Function0
init: Function1

Properties

getNetworking : Function0
[Get]
Signature
val getNetworking: () -> NetworkingBase?
groupName : String
[Get]
Signature
val groupName: String
metrics : mutableListOf<OVRMetric>()
[Get]
Signature
val metrics: mutableListOf<OVRMetric>()
overlayMessages : mutableListOf<() -> String>()
[Get]
Signature
val overlayMessages: mutableListOf<() -> String>()

Functions

packetLoss () : OVRMetricsNetwork
Signature
fun packetLoss(): OVRMetricsNetwork
receiveBandwidth () : OVRMetricsNetwork
Signature
fun receiveBandwidth(): OVRMetricsNetwork
Signature
fun rtt(): OVRMetricsNetwork
sendBandwidth () : OVRMetricsNetwork
Signature
fun sendBandwidth(): OVRMetricsNetwork
Did you find this page helpful?
Thumbs up icon
Thumbs down icon