Score

data class Score(score: Long, scoreS: String?, conRefL: List<Int>)

Properties

conRefL
Link copied to clipboard
val conRefL: List<Int>

The indices of connections with this score in HciTripSearchResponse.outConL

score
Link copied to clipboard
val score: Long

The numerical value of this score

scoreS
Link copied to clipboard
val scoreS: String?

The string value of this score