EasyManua.ls Logo

BIXOLON SPP-R210 - Battery Handling Warnings

BIXOLON SPP-R210
38 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Mobile Printer
Rev. 1.00
- 7 -
2-4 PowerValue (LONG R)
This attribute sets the printer's battery status. It is read only and set each time the battery
status changes. The value can be read using CheckPowerAsync.
The following values represent the battery status:
Code
Value
Description
BXL_PWR_FULL
0
Battery status: 75% or higher
BXL_PWR_HIGH
1
Battery status: 50% or higher
BXL_PWR_MIDDLE
2
Battery status: 10% or higher
BXL_PWR_LOW
3
Battery status: less than 10%
* Example
BxlWinPhoneSDK bxlPrinter = new BxlWinPhoneSDK();
var ret = await bxlPrinter.ConnectToPrinterAsync(“port info..”);
……
Int32 power = await bxlPrinter.CheckPowerAsync();
switch (power)
{
case BXL_PWR_FULL:
……
break;
case BXL_PWR_HIGH:
…….
break;
case BXL_PWR_MIDDLE:
……
break;
case BXL_PWR_LOW:
……
break;
}
…….

Other manuals for BIXOLON SPP-R210

Related product manuals