HciPreselectionEdge

data class HciPreselectionEdge(cost: Int?, dist: Int?, dur: Duration?, id: String?, speed: Int?, value: Int?)

Properties

cost
Link copied to clipboard
val cost: Int?
dist
Link copied to clipboard
val dist: Int?
dur
Link copied to clipboard
val dur: Duration?
id
Link copied to clipboard
val id: String?
speed
Link copied to clipboard
val speed: Int?
value
Link copied to clipboard
val value: Int?