
orbit.shared.mesh.NodeInfo.kt Maven / Gradle / Ivy
/*
Copyright (C) 2015 - 2019 Electronic Arts Inc. All rights reserved.
This file is part of the Orbit Project .
See license in LICENSE.
*/
package orbit.shared.mesh
data class NodeInfo(
val id: NodeId,
val capabilities: NodeCapabilities,
val url: String? = null,
val lease: NodeLease,
val visibleNodes: Set = emptySet(),
val nodeStatus: NodeStatus
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy