HciDirection

data class HciDirection(did: String?, flg: String?, geo: Int, key: String?, txt: String, locX: Int?, jnyRefL: List<Int>, locRefL: List<Int>, pRefL: List<Int>)

Types

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

Properties

did
Link copied to clipboard
val did: String?

The id of this direction

flg
Link copied to clipboard
val flg: String?

The flag associated with this direction

geo
Link copied to clipboard
val geo: Int

The geometric value of this direction. Range 0..31

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

The journeys associated with this direction

key
Link copied to clipboard
val key: String?

The key of this direction

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

The locations associated with this direction

locX
Link copied to clipboard
val locX: Int?

The location this direction points to

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

The products associated with this direction

txt
Link copied to clipboard
val txt: String

The textual description of this direction