qisdk / com.aldebaran.qi.sdk.object.image / TimestampedImage

TimestampedImage

@QiStruct open class TimestampedImage

Timestamped encoded image

Since
3

Constructors

<init>

Create a new TimestampedImage

TimestampedImage(image: EncodedImage!, time: Long)

Functions

equals

open fun equals(other: Any?): Boolean

getImage

Encoded image data

open fun getImage(): EncodedImage!

getTime

Timestamp of the last update time

open fun getTime(): Long

hashCode

open fun hashCode(): Int

setImage

Setter for image Encoded image data

open fun setImage(image: EncodedImage!): Unit

setTime

Setter for time Timestamp of the last update time

open fun setTime(time: Long): Unit

toString

open fun toString(): String