Package com.polar.sdk.api.model
        Class PolarPpiData.PolarPpiSample
- 
                    
                    - All Implemented Interfaces:
 
 public final class PolarPpiData.PolarPpiSamplePolar PPI data sample 
- 
                
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description private final Integerppiprivate final IntegererrorEstimateprivate final Integerhrprivate final BooleanblockerBitprivate final BooleanskinContactStatusprivate final BooleanskinContactSupportedprivate final ULongtimeStamp
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final IntegergetPpi()Pulse to Pulse interval in milliseconds. final IntegergetErrorEstimate()Error estimate of the expected absolute error in PP-interval in milliseconds. final IntegergetHr()heart rate in beats per minute. final BooleangetBlockerBit()true if PPI measurement is invalid due to acceleration (or other reason). final BooleangetSkinContactStatus()false if the device detects poor or no contact with the skin. final BooleangetSkinContactSupported()true if the Sensor Contact feature is supported. final ULonggetTimeStamp()- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        getErrorEstimatefinal Integer getErrorEstimate() Error estimate of the expected absolute error in PP-interval in milliseconds. The value indicates the quality of PP-intervals. When error estimate is below 10ms the PP-intervals. When error estimate is below 10ms the PP-intervals are probably very accurate. Error estimate values over 30ms may be caused by movement artefact or too loose sensor-skin contact. 
 - 
                                        getBlockerBitfinal Boolean getBlockerBit() true if PPI measurement is invalid due to acceleration (or other reason). 
 - 
                                        getSkinContactStatusfinal Boolean getSkinContactStatus() false if the device detects poor or no contact with the skin. 
 - 
                                        getSkinContactSupportedfinal Boolean getSkinContactSupported() true if the Sensor Contact feature is supported. 
 - 
                                        getTimeStampfinal ULong getTimeStamp() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-