KTKDevicePowerSavingFeatures Constants Reference

Declared in KTKDevicePowerSaving.h

KTKDevicePowerSavingFeatures

Power saving features.

Definition

typedef NS_OPTIONS(NSInteger, KTKDevicePowerSavingFeatures ) { 
	KTKDevicePowerSavingFeaturesOff = 1 < < 0,
	KTKDevicePowerSavingFeaturesMotion = 1 < < 1,
	KTKDevicePowerSavingFeaturesLight = 1 < < 2,
	KTKDevicePowerSavingFeaturesRTC = 1 < < 3,
	KTKDevicePowerSavingFeaturesBurst = 1 < < 5,
};

Constants

KTKDevicePowerSavingFeaturesOff

Power saving turned Off.

Declared In KTKDevicePowerSaving.h.

KTKDevicePowerSavingFeaturesMotion

Power saving based on motion sensor.

Declared In KTKDevicePowerSaving.h.

KTKDevicePowerSavingFeaturesLight

Power saving based on light sensor.

Declared In KTKDevicePowerSaving.h.

KTKDevicePowerSavingFeaturesRTC

Power saving based on real time clock.

Declared In KTKDevicePowerSaving.h.

KTKDevicePowerSavingFeaturesBurst

Burst mode Power Saving.

Declared In KTKDevicePowerSaving.h.

Declared In

KTKDevicePowerSaving.h