CipherLab 9400 Series User Manual page 94

Hide thumbs Also See for 9400 Series:
Table of Contents

Advertisement

9400 .NET Programming
MiscellaneousOption_2D
Purpose
To configure more reader settings.
Syntax
int MiscellaneousOption _2D (int rw,
Parameters
The default value (if there is) for each setting is indicated by an asterisk "*".
rw
[in] A value that defines the operation.
transmitCodeIdChar
[in][out] A value that defines whether to transmit a specific set of Code ID
characters.
sendNoReadMessage
[in][out] A value that defines whether to send a "NR" (No Read) message to
the host when the scan engine fails to decode a barcode in the following cases:
Return Value
If successful, it returns 1.
Otherwise, it returns 0.
86
Guide
'r'
Reader.ReaderEngineAPI.READ_PARAM
'w'
Reader.ReaderEngineAPI.WRITE_PARAM Set settings
0
None
1
AIM Code ID Character
Being included in the beginning of data, each AIM Code ID contains
the three-character string "]cm" –
] = Flag Character (ASCII 93)
c = Code Character (see below)
m = Modifier Character (see below)
Before the trigger is released
Before the Laser On Time-out is reached
0
Do not send "NR"
1
Send "NR"
Call GetErrorCode() to find the error condition encountered:
-253
E_WRONG_READER_TYPE
ref int transmitCodeIdChar,
ref int sendNoReadMessage);
2D
Get settings

Advertisement

Table of Contents
loading

Table of Contents