Xsens DOT iOS SDK
©2022 Xsens Technologies - Version: 2022.0.0
|
#import <Foundation/Foundation.h>
Go to the source code of this file.
Variables | |
NSString *const | kCBAdvDataLocalName |
NSString *const | kCBAdvDataManufacturerData |
NSInteger const | XSDotDevicePoolCapacityMax |
float const | XSDotDeviceConnectDuration |
float const | XSDotDeviceScanDuration |
NSString *const | kXsensDotNotificationManagerStateDidUpdate |
Notification of Bluetooth state update. More... | |
NSString *const | kXsensDotNotificationDeviceConnectSucceeded |
Notification of Connect succeeded, return XsensDotDevice *. More... | |
NSString *const | kXsensDotNotificationDeviceConnectFailed |
Notification of Connect failed, return XsensDotDevice *. More... | |
NSString *const | kXsensDotNotificationDeviceDidDisconnect |
Notification of Connection break, return XsensDotDevice *. More... | |
NSString *const | kXsensDotNotificationDeviceBatteryDidUpdate |
Notification of Battery information update, return XsensDotDevice *. More... | |
NSString *const | kXsensDotNotificationDeviceFirmwareVersionDidRead |
Notification of Firmware version read, return XsensDotDevice *. More... | |
NSString *const | kXsensDotNotificationDeviceNameDidRead |
Notification of Sensor name read, return XsensDotDevice *. More... | |
NSString *const | kXsensDotNotificationDeviceMacAddressDidRead |
Notification of Sensor Mac address read, return XsensDotDevice *. More... | |
NSString *const | kXsensDotNotificationDeviceConnectionDidStart |
Notification of Start to connect sensor, return nil. More... | |
NSString *const | kXsensDotNotificationDeviceLoggingPath |
Notification of Logger path , when start logging return NSString *. More... | |
NSString *const | kXsensDotNotificationDeviceRecordingStateUpdate |
Notification of Recording state changed , when connect sensor this will be notify. More... | |
NSString *const | kXsensDotNotificationDeviceInitialized |
Notification of sensor connection has been done. All properties initialized. More... | |
NSString *const | kXsensDotDeviceSpecialName |
anonymous enum |
Bluetooth state of phone
Equivalent to CBManagerState, CBCentralManagerState and CBPeripheralManagerState. The purpose is to solve the compatibility problem of CBCentralManager.state type in different versions of iOS.
Enumerator | |
---|---|
XSDotManagerStateUnknown | |
XSDotManagerStateResetting | |
XSDotManagerStateUnsupported | |
XSDotManagerStateUnauthorized | |
XSDotManagerStatePoweredOff | |
XSDotManagerStatePoweredOn |
anonymous enum |
anonymous enum |
anonymous enum |
Payload mode of Measurement
anonymous enum |
The data of exporting recording data from recording file
anonymous enum |
anonymous enum |
The BLE recording message ID
anonymous enum |
anonymous enum |
The sensor report type
|
extern |
|
extern |
|
extern |
|
extern |
Notification of Battery information update, return XsensDotDevice *.
|
extern |
Notification of Connect failed, return XsensDotDevice *.
|
extern |
Notification of Start to connect sensor, return nil.
|
extern |
Notification of Connect succeeded, return XsensDotDevice *.
|
extern |
Notification of Connection break, return XsensDotDevice *.
|
extern |
Notification of Firmware version read, return XsensDotDevice *.
|
extern |
Notification of sensor connection has been done. All properties initialized.
|
extern |
Notification of Logger path , when start logging return NSString *.
|
extern |
Notification of Sensor Mac address read, return XsensDotDevice *.
|
extern |
Notification of Sensor name read, return XsensDotDevice *.
|
extern |
Notification of Recording state changed , when connect sensor this will be notify.
|
extern |
Notification of Bluetooth state update.
|
extern |
|
extern |
|
extern |