HciConnectionScoring

data class HciConnectionScoring(type: HciConnectionScoring.Type, name: String?, conScoreL: List<HciConnectionScoring.Score>, icoX: Int?)

Types

Score
Link copied to clipboard
data class Score(score: Long, scoreS: String?, conRefL: List<Int>)
Type
Link copied to clipboard
enum Type : Enum<HciConnectionScoring.Type>

Properties

conScoreL
Link copied to clipboard
val conScoreL: List<HciConnectionScoring.Score>

The list of connections' scores in this scoring

icoX
Link copied to clipboard
val icoX: Int?

The icon associated with this scoring

name
Link copied to clipboard
val name: String?

The name of this scoring

type
Link copied to clipboard
val type: HciConnectionScoring.Type

The type of this scoring