PolarSdkFeature enum

Features available in Polar BLE SDK library

Inheritance

Constructors

PolarSdkFeature()
const

Values

hr → const PolarSdkFeature

Hr feature to receive hr and rr data from Polar or any other BLE device via standard HR BLE service

deviceInfo → const PolarSdkFeature

Device information feature to receive sw information from Polar or any other BLE device

batteryInfo → const PolarSdkFeature

Feature to receive battery level info from Polar or any other BLE device

onlineStreaming → const PolarSdkFeature

Polar sensor streaming feature to stream live online data. For example hr, ecg, acc, ppg, ppi, etc...

offlineRecording → const PolarSdkFeature

Polar offline recording feature to record offline data to Polar device without continuous BLE connection.

h10ExerciseRecording → const PolarSdkFeature

H10 exercise recording feature to record exercise data to Polar H10 device without continuous BLE connection.

deviceTimeSetup → const PolarSdkFeature

Feature to read and set device time in Polar device

sdkMode → const PolarSdkFeature

In SDK mode the wider range of capabilities are available for the online stream or offline recoding than in normal operation mode.

ledAnimation → const PolarSdkFeature

Feature to enable or disable SDK mode blinking LED animation.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
Convert a PolarSdkFeature to json
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(dynamic json) PolarSdkFeature
Create a PolarSdkFeature from json

Constants

values → const List<PolarSdkFeature>
A constant List of the values in this enum, in order of their declaration.