Oemgetvideoreverse - Hand Held Products 4X00 Software Manual

Imageteam 4x00 series software development kit (sdk)
Hide thumbs Also See for 4X00:
Table of Contents

Advertisement

Parameters
SetupType
SETUP_TYPE_CURRENT for current settings, or SETUP_TYPE_DEFAULT for default settings.
pE0Enabled
Points to a BOOL variable that contains the enabled state of UPC-E0 symbology upon returning from the function. A
TRUE means the symbology is enabled; a FALSE means the symbology is disabled.
pE1Enabled
Points to a BOOL variable that contains the enabled state of UPC-E1 symbology upon returning from the function. A
TRUE means the symbology is enabled; a FALSE means the symbology is disabled.
pbXmitCheckDigit
Points to a BOOL variable that determines if the engine will return the check digit as part of the data string after a
successful decode. If TRUE, the engine returns the check digit. If FALSE, the check digit is not returned. The default
value is FALSE.
pbAddendaReq
Points to a BOOL variable that determines if the engine will decode only UPC bar codes that have a 2 or 5 digit addenda.
If TRUE, the engine decodes only UPC symbols with an addenda. If FALSE, the engine decodes all enabled UPC
symbols. The default value is FALSE.
pbExpandVersionE
Points to a BOOL variable that determines if the engine will expand UPC-E codes to the 12 digit UPC-A format after a
successful decode. If TRUE, the engine expands the code. If FALSE, the engine does not expand the UPC-E code.
The default value is FALSE.
pbAddendaSeparator
Points to a BOOL variable that determines if there is a space character between the data from the bar code and the
data from the addenda. If TRUE, there is a space. If FALSE, there is no space. The default value is FALSE.
pbAddenda2Digit
Points to a BOOL variable that determines if the engine will look for a 2 digit addenda at the end of the UPC bar code.
If TRUE, and an addenda is present, the engine adds the two digit addenda data to the end of the message. If FALSE,
the engine ignores addenda data. The default value is FALSE.
pbAddenda5Digit
Points to a BOOL variable that determines if the engine will look for a 5 digit addenda at the end of the UPC bar code.
If TRUE, and an addenda is present, the engine adds the five digit addenda data to the end of the message. If FALSE,
the engine ignores addenda data. The default value is FALSE.
pbXmitNumSys
Points to a BOOL variable that determines if the engine will return the numeric system digit of the UPC label. If TRUE,
the engine returns the number system digit. If FALSE, the number system digit is not returned. The default value is
FALSE.

oemGetVideoReverse

This function is used to determine if the decoding of inverted symbols is enabled or disabled. An inverted symbol has white bars
on a black background.
Result_t
oemGetVideoReverse (
SetupType_t SetupType,
BOOL *pbEnabled
)
Return Values
RESULT_SUCCESS
RESULT_ERR_UNSUPPORTED
Parameters
Setup Type
SETUP_TYPE_CURRENT for current settings, or SETUP_TYPE_DEFAULT for default settings.
pbEnabled
A pointer to a BOOL variable that will be set to TRUE if decoding of inverted symbols is enabled and FALSE if decoding
of inverted symbols is disabled.
IMAGETEAM™ 4X00 Series Software Development Kit (SDK) User's Guide
2 - 41

Advertisement

Table of Contents
loading

This manual is also suitable for:

It4000It4100It4300

Table of Contents