EasyManua.ls Logo

BIXOLON SPP-R210 - Scroperationmode

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
- 35 -
3-26 ScrOperationMode
This function sets the operating mode and is only available to use with SPP-R210 SCR.
async Task<byte> ScrOperationMode (uint mode);
[Parameters]
* UINT mode
[in] Operating mode.
Code
Value
Description
BXL_SCR_MODE_APDU
0
APDU mode
BXL_SCR_MODE_TPDU
1
TPDU mode
[Return Values]
* ResponseS
[out] If the value is 0x00, it means that the SCR is successfully powered down,
otherwise, it fails. Please refer to the Command Manual for more information.
* Example
BxlWinPhoneSDK bxlPrinter = new BxlWinPhoneSDK();
……
byte ResponseS = await bxlPrinter.ScrOperationMode(BXL_SCR_MODE_APDU);
if (0x00 != ResponseS)
return;
……

Other manuals for BIXOLON SPP-R210

Related product manuals