CipherLab RK25 User Manual page 49

Android programming
Hide thumbs Also See for RK25:
Table of Contents

Advertisement

MatrixMirrorImage mirrorImage;
}
MaxiCode
{
Enable_State enable;
}
QRCode
{
Enable_State enable;
}
MicroQR
{
Enable_State enable;
}
Aztec
{
Enable_State enable;
}
Return Value
If successful, it returns ClResult.S_OK.
Otherwise, it returns ClResult.S_ERR.
Remarks
length1 and length2 are integers ranging from 0 to 55
Example
Codabar settings = new Codabar();
if (ClResult.Err_NotSupport ==
mReaderManager.Get_Symbology(settings))
{
}
// if disabled, enable it and then configure it via Set_Symbology
if (Codabar.enable == Enable_State.FALSE)
{
}
See Also
Set_Symbology
Set_Symbology
Purpose
Sets symbology settings by implementing a symbology interface instance.
Syntax
ClResult Set_Symbology (SymbologyInterface settings)
Parameters
This function provides 38 symbology parameters implemented as objects. See
above for details.
Return Value
If successful, it returns ClResult.S_OK.
Otherwise, it returns ClResult.S_ERR.
// to verify whether the symbology is supported
Codabar.enable = Enable_State.TRUE;
Chapter 1 Barcode Reader API
41

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents