Package com.polar.sdk.api.model
        Class PolarDeviceInfo
- 
                    
                    - All Implemented Interfaces:
 
 public final class PolarDeviceInfoContains information about the current Device. 
- 
                
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description private final StringdeviceIdprivate final Stringaddressprivate final Integerrssiprivate final Stringnameprivate final BooleanisConnectableprivate final BooleanhasHeartRateServiceprivate final BooleanhasFileSystemServiceprivate final BooleanhasSAGRFCFileSystem
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final StringgetDeviceId()Polar device id final StringgetAddress()Bt mac address final IntegergetRssi()Received signal strength indication value in dBm. final StringgetName()Device name. final BooleanisConnectable()true adv type is connectable final BooleangetHasHeartRateService()true if device has heart rate service available final BooleangetHasFileSystemService()true if device has file system service (PSFTP) available final BooleangetHasSAGRFCFileSystem()true if device has SAGRFC filesystem, false otherwise. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        getDeviceIdfinal String getDeviceId() Polar device id 
 - 
                                        getAddressfinal String getAddress() Bt mac address 
 - 
                                        isConnectablefinal Boolean isConnectable() true adv type is connectable 
 - 
                                        getHasHeartRateServicefinal Boolean getHasHeartRateService() true if device has heart rate service available 
 - 
                                        getHasFileSystemServicefinal Boolean getHasFileSystemService() true if device has file system service (PSFTP) available 
 - 
                                        getHasSAGRFCFileSystemfinal Boolean getHasSAGRFCFileSystem() true if device has SAGRFC filesystem, false otherwise. If true, more abundant settings, like: - User device settings 
- User physical settings If true, actions like: 
- Offline measurement and measurement data reading and deletion 
- Reading activity data files from device 
- Device data logging 
- Device activity data reading and deletion 
- Reading device time 
- Exercise support (if available in device sw) are enabled. If false, the device may have limited or none settings available. 
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-