Package com.medm.devicekit
package com.medm.devicekit
MedM DeviceKit library.
MedM DeviceKit is a library that allows simple and flexible integration of Bluetooth-enabled medical devices into your application.
Usage examples can be found on the MedMDeviceKit
class.
There is a key design principle that should be noted: any DeviceKit operation stops any other operation. It's done to increase the general stability of Bluetooth communication.
-
ClassDescriptionBluetoothState allows you to listen the current bluetooth stateIndicates that provided MedM Device Kit distribution is time-limited and expired.Collector stop token -- could be used to stop collect data.Cancellation token -- could be used to cancel asynchronous add operation.Represents setting as its kind and fixed array of possible string values.Indicates that this device can't be added for postponed adding.Indicates that provided MedM Device Kit license doesn't support this feature.Callback to notify that add operation was finishedCallback to notify that add operation was finished and about the errors that happened during the scanCallback which receives data from a deviceDevice descriptionDevice status callback to get notifications on managed device status change:
IDeviceStatusCallback.onConnected(IDeviceDescription)
connection to the device was established.Deprecated.Callback used to receive errors.Indicates that MedM Device Kit failed to initialize.Indicates that provided MedM Device Kit license key is incorrect.Callback for receiving info about scanIndicates that provided MedM Device Kit license is time-limited and expired.MedM Collector is where you receive data from controlled devices.Main MedM DeviceKit entry point.MedMDeviceKitConfig represents configuration for DeviceKitImperial means pounds and miles, Metric - kilograms and kilometersIndicates that MedM Device Kit was used without a proper initialization.MedM Device Manager is where you can control devices list: add devices found in scanner, remove devices, list devices, etc.MedM Scanner is where you search Bluetooth environment for new devices.Indicates that there are not enough permissions to run current operation.Describes filters for postponed adding.Scanner stop token -- could be used to stop scan.Indicates that provided MedM Device Kit distribution doesn't support this app.