BLUBatteryType Constants Reference
Declared in | BLUBattery.h |
---|
BLUBatteryType
Defines the possible battery models powering Bluvision beacons. Information about each battery model can be obtained from its manufacturer’s specifications.
Definition
typedef NS_ENUM(NSUInteger, BLUBatteryType ) {
BLUBatteryTypeUnknown = 0 xFF,
BLUBatteryTypeCR2016 = 0 x00,
BLUBatteryTypeCR2032 = 0 x01,
BLUBatteryTypeCR2477 = 0 x02,
BLUBatteryTypeER14505 = 0 x03,
BLUBatteryTypeAC = 0 xF0,
BLUBatteryTypeUSB = 0 xF1,
};
Constants
BLUBatteryTypeUnknown
-
An unknown battery type. This is the default value for a
BLUBattery
instance before the actual battery type has been determined.Declared In
BLUBattery.h
. BLUBatteryTypeCR2016
-
A battery of type CR2016.
Declared In
BLUBattery.h
. BLUBatteryTypeCR2032
-
A battery of type CR2032.
Declared In
BLUBattery.h
. BLUBatteryTypeCR2477
-
A battery of type CR2477.
Declared In
BLUBattery.h
. BLUBatteryTypeER14505
-
A battery of type ER14505.
Declared In
BLUBattery.h
. BLUBatteryTypeAC
-
An AC power source.
Declared In
BLUBattery.h
. BLUBatteryTypeUSB
-
A USB power source.
Declared In
BLUBattery.h
.
Declared In
BLUBattery.h