Xsens DOT iOS SDK  ©2022 Xsens Technologies - Version: 2022.0.0
<XsensDotConnectionDelegate> Protocol Reference

#import <XsensDotConnectionManager.h>

Inheritance diagram for <XsensDotConnectionDelegate>:

Instance Methods

(void) - onManagerStateUpdate:
 
(void) - onScanCompleted
 
(void) - onDiscoverDevice:
 
(void) - onDeviceConnectSucceeded:
 
(void) - onDeviceConnectFailed:
 
(void) - onDeviceDisconnected:
 

Detailed Description

The protocol of XsensDotConnectionManager. You can use these methods to get all the scanning and connection status.

Method Documentation

◆ onDeviceConnectFailed:

- (void) onDeviceConnectFailed: (XsensDotDevice *_Nonnull)  device
optional

Sensor connect failed

Parameters
deviceThe XsensDotDevice object

◆ onDeviceConnectSucceeded:

- (void) onDeviceConnectSucceeded: (XsensDotDevice *_Nonnull)  device
optional

Sensor connect succeeded

Parameters
deviceThe XsensDotDevice object

◆ onDeviceDisconnected:

- (void) onDeviceDisconnected: (XsensDotDevice *_Nonnull)  device
optional

Sensor disconnected

Parameters
deviceThe XsensDotDevice object

◆ onDiscoverDevice:

- (void) onDiscoverDevice: (XsensDotDevice *_Nonnull)  device
optional

Disconver a Xsend DOT sensor when start scan.

Parameters
deviceThe XsensDotDevice object

◆ onManagerStateUpdate:

- (void) onManagerStateUpdate: (XSDotManagerState)  managerState
optional

Bluetooth state changed

Parameters
managerStateThe XSDotManagerState state

◆ onScanCompleted

- (void) onScanCompleted
optional

Scan completed.


The documentation for this protocol was generated from the following file: