Xsens DOT iOS SDK
©2022 Xsens Technologies - Version: 2022.0.0
|
#import <XsensDotReconnectManager.h>
Class Methods | |
(void) | + setEnable: |
(BOOL) | + enable |
(void) | + onManagerStateUpdated |
(void) | + onBoundDeviceCapacityModified |
Xsens DOT reconnection manager class, when setEnable is set to YES, the sensor will automatically reconnect every second if the connection is lost.
+ (BOOL) enable |
Get current reconnection state
+ (void) onBoundDeviceCapacityModified |
The Bounded sensors count has changed
+ (void) onManagerStateUpdated |
Bluetooth state of phone has changed
+ (void) setEnable: | (BOOL) | enable |
Set reconnection enable
enable | Enable/Disable reconnection |