GetWristbandResponse

data class GetWristbandResponse(val responseCode: List<Int> = emptyList(), val timestamp: Long = 0, val request: Int = 0, val sensorName: String = "", val sensorId: String = "", val apiFlags: String = "") : CoreResponse

Constructors

Link copied to clipboard
fun GetWristbandResponse(responseCode: List<Int> = emptyList(), timestamp: Long = 0, request: Int = 0, sensorName: String = "", sensorId: String = "", apiFlags: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
open override val request: Int = 0
Link copied to clipboard
open override val responseCode: List<Int>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val timestamp: Long = 0

Inherited functions

Link copied to clipboard
open fun isSuccess(): Boolean