BeaconId

data class BeaconId(val uuid: UUID, val major: Int, val minor: Int)

Constructors

Link copied to clipboard
constructor(uuidString: String, major: Int, minor: Int)
constructor(uuid: UUID, major: Int, minor: Int)

Properties

Link copied to clipboard
val major: Int
Link copied to clipboard
val minor: Int
Link copied to clipboard
val uuid: UUID