ConnectedClient

data class ConnectedClient(id: Int, remoteAddress: String, location: String, version: String, versionDate: Instant?, connectedSince: Instant, secure: Boolean, features: FeatureSet)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun toVariantMap(): Map<String, QVariant<out Any?>>

Properties

Link copied to clipboard
val connectedSince: Instant
Link copied to clipboard
val features: FeatureSet
Link copied to clipboard
val id: Int
Link copied to clipboard
val location: String
Link copied to clipboard
val remoteAddress: String
Link copied to clipboard
val secure: Boolean
Link copied to clipboard
val version: String
Link copied to clipboard
val versionDate: Instant?