MaxstARSDK
MasSensorDevice.h
Go to the documentation of this file.
1 //
2 // MasSensorDevice.h
3 // MaxstARSDKFramework
4 //
5 // Created by Kimseunglee on 2017. 12. 8..
6 // Copyright © 2017년 Maxst. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
14 @interface MasSensorDevice : NSObject
15 
19 - (void) start;
20 
24 - (void) stop;
25 
30 - (void) setNewSensorData:(float*)data;
31 @end
Control device sensor.
Definition: MasSensorDevice.h:15
void stop()
Stop device sensor.
void start()
Start device sensor.