HciClient

data class HciClient(id: String, type: HciClient.Type, name: String, v: String?, l: String?, os: String?, res: String?, stats: String?, ua: String?, userId: String?)

Types

Type
Link copied to clipboard
enum Type : Enum<HciClient.Type>

Properties

id
Link copied to clipboard
val id: String
l
Link copied to clipboard
val l: String? = null
name
Link copied to clipboard
val name: String
os
Link copied to clipboard
val os: String? = null
res
Link copied to clipboard
val res: String? = null
stats
Link copied to clipboard
val stats: String? = null
type
Link copied to clipboard
val type: HciClient.Type
ua
Link copied to clipboard
val ua: String? = null
userId
Link copied to clipboard
val userId: String? = null
v
Link copied to clipboard
val v: String? = null