Xsens DOT iOS SDK  ©2022 Xsens Technologies - Version: 2022.0.0
XsensDotFilterProfile.h
Go to the documentation of this file.
1 //
2 // XsensDotFilterProfile.h
3 // XsensDotSdk
4 //
5 // Created by admin on 2020/11/26.
6 // Copyright © 2020 Xsens. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 NS_ASSUME_NONNULL_BEGIN
12 
16 @interface XsensDotFilterProfile : NSObject
17 
22 - (UInt8)filterIndex;
27 - (NSString *)filterName;
28 
34 - (instancetype)initWithName:(NSString *)name index:(UInt8)index;
35 
36 @end
37 
38 NS_ASSUME_NONNULL_END
Definition: XsensDotFilterProfile.h:17