BLUMotionAxisEnabled Constants Reference
Declared in | BLUAccelerometerSettings.h |
---|
BLUMotionAxisEnabled
Definition
typedef NS_OPTIONS(NSUInteger, BLUMotionAxisEnabled ) {
BLUMotionAxisEnabledX = 1 < < 0,
BLUMotionAxisEnabledY = 1 < < 1,
BLUMotionAxisEnabledZ = 1 < < 2,
};