Package com.polar.sdk.api
Class DeviceTelemetryEvent
-
- All Implemented Interfaces:
public final class DeviceTelemetryEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final PolarDeviceTelemetryTypetypeprivate final ByteArraypayload
-
Constructor Summary
Constructors Constructor Description DeviceTelemetryEvent(PolarDeviceTelemetryType type, ByteArray payload)
-
Method Summary
Modifier and Type Method Description final PolarDeviceTelemetryTypegetType()final ByteArraygetPayload()-
-
Constructor Detail
-
DeviceTelemetryEvent
DeviceTelemetryEvent(PolarDeviceTelemetryType type, ByteArray payload)
-
-
Method Detail
-
getType
final PolarDeviceTelemetryType getType()
-
getPayload
final ByteArray getPayload()
-
-
-
-