Xsens DOT iOS SDK
©2022 Xsens Technologies - Version: 2022.0.0
|
#import <XsensDotBatteryInfo.h>
Instance Methods | |
(NSString *) | - description |
Class Methods | |
(instancetype) | + infoWithChargeState:value: |
Properties | |
BOOL | chargeState |
NSInteger | value |
This class has battery information of sensor. Get current battery value and charging state.
- (NSString *) description |
The Battery description
+ (instancetype) infoWithChargeState: | (BOOL) | chargeState | |
value: | (NSInteger) | value | |
Constructor method
chargeState | Charging state |
value | Battery value |
|
readnonatomicassign |
Charging status property of the sensor, YES is charging, No is not charging
|
readnonatomicassign |
Battery value property of the sensor