HealthyWear

Contents

  • Overview
  • Getting Started
  • Flutter Module
  • iOS Module
    • App Delegate
    • Services
    • Models
    • MetaWear iOS
    • Sensoria iOS
      • Sensoria Handler
      • Sensoria Handler Left
      • Sensoria Handler Right
      • Central Buffer Manager
  • Android Module
  • Java Backend
  • Python Backend
  • Errors & Troubleshooting
HealthyWear
  • iOS Module
  • Sensoria Modules
  • View page source

Sensoria Modules

  • Sensoria Handler
    • Purpose
    • Imports
    • Class: SensoriaHandler
    • Properties
    • Initializer
    • Method: startConnection(deviceIndex:)
    • Method: didScan(_:)
    • Method: didUpdateData()
    • Method: formatData(from:footIndicator:)
    • Method: processAndClearBuffer()
    • Method: didError(_)
  • Sensoria Handler Left
    • Purpose
    • Imports
    • Class: SensoriaHandlerLeft
    • Properties
    • Initializer
    • Method: updateConnectionStatus(status:)
    • Method: didBatteryRead(_:)
    • Method: getBatteryLevel()
    • Method: setLocale(languageCode:)
    • Method: startScan()
    • Method: stopScan()
    • Integration Notes
  • Sensoria Handler Right
    • Purpose
    • Imports
    • Class: SensoriaHandlerRight
    • Properties
    • Initializer
    • Method: updateConnectionStatus(status:)
    • Method: didBatteryRead(_)
    • Method: getBatteryLevel()
    • Method: setLocale(languageCode:)
    • Method: startScan()
    • Notes
  • Central Buffer Manager
    • Purpose
    • Class: CentralBufferManager
    • Properties
    • Method: addData(data:)
    • Method: processBuffer()
    • Method: sendDataToServer(_:)
    • Integration
    • Suggestions for Improvement
Previous Next

© Copyright 2025, Joaquín Ordieres.

Built with Sphinx using a theme provided by Read the Docs.