Hermes SDK Documentation
Public Attributes | List of all members
LessFrequentlySentData Struct Reference

All the glove data that is sent at a lower rate than other data. More...

#include <CoreSdkWrapperTypes.h>

Public Attributes

bool m_DataIsAvailable = false
 If the data in this struct can be used yet. More...
 
uint32_t m_BatteryPercentage = 0
 The current charge of the battery.
 
int32_t m_TransmissionStrengthInDb = 0
 The strength of the glove's signal. The lower, the better.
 
GloveType m_GloveType = GloveType::eGLOVETYPE_INVALID
 

Detailed Description

All the glove data that is sent at a lower rate than other data.

Member Data Documentation

◆ m_DataIsAvailable

bool LessFrequentlySentData::m_DataIsAvailable = false

If the data in this struct can be used yet.

This data is received at a lower rate than other data. This value tracks if data has been received at least once. The struct's values are not valid if this is false.


The documentation for this struct was generated from the following file: