HciPoolInfo

data class HciPoolInfo(uic: Int, index: Int, subType: HciLocation.Type?, beginDate: LocalDate?, endDate: LocalDate?, timestamp: Long?)

Properties

beginDate
Link copied to clipboard
val beginDate: LocalDate?
endDate
Link copied to clipboard
val endDate: LocalDate?
index
Link copied to clipboard
val index: Int
subType
Link copied to clipboard
val subType: HciLocation.Type?
timestamp
Link copied to clipboard
val timestamp: Long?
uic
Link copied to clipboard
val uic: Int