Lig Tag
data class LigTag(status: Int, coordinateX: Float, coordinateY: Float, isDetected: Boolean, deviceId: Long, detectionTime: Long, decodedTime: Long, poseCalculated: Boolean, rotation: Vector3, translation: Vector3, position: Vector3, accessToken: String) : Parcelable
Content copied to clipboard
LigTag represents a LigTag device and carries information about its status.
Constructors
LigTag
Link copied to clipboard
fun LigTag(status: Int, coordinateX: Float, coordinateY: Float, isDetected: Boolean, deviceId: Long, detectionTime: Long, decodedTime: Long, poseCalculated: Boolean, rotation: Vector3, translation: Vector3, position: Vector3, accessToken: String = LiGScanner.accessToken.toString())
Content copied to clipboard
Types
Functions
Properties
accessToken
Link copied to clipboard
coordinateX
Link copied to clipboard
coordinateY
Link copied to clipboard
decodedTime
Link copied to clipboard
detectionTime
Link copied to clipboard
isDetected
Link copied to clipboard
ligtagIndex
Link copied to clipboard
poseCalculated
Link copied to clipboard
translation
Link copied to clipboard