CipherLab 9400 Series User Manual page 32

Hide thumbs Also See for 9400 Series:
Table of Contents

Advertisement

9400 .NET Programming
DataOutputSettings
Purpose
To configure data output settings. The decoded data may be processed with
code/tag type, data length, prefix code, suffix code, etc.
Syntax
int DataOutputSettings (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.
enableKeyboardEmulation
[in][out] A value that defines whether data is emulated as typed text and sent
to the active Window.
autoEnterWay
[in][out] A value that defines whether to automatically insert a character after
decoding.
autoEnterChar
[in][out] A value that specify a character for Auto Enter.
24
Guide
'r'
Reader.ReaderEngineAPI.READ_PARAM
'w'
Reader.ReaderEngineAPI.WRITE_PARAM Set output settings
0*
Disable keyboard emulation
1
Emulate keyboard input on local machine
2
Emulate keyboard input to remote PC (RDP server via programs like
Remote Desktop Connection, Terminal Services Client, etc.)
0
Disable
1*
Join to the beginning of data (= decoded data + Enter-character)
2
Join to the end of data (= Enter-character + decoded data)
0
None
1*
Carriage Return (= 0x0d)
2
Tab
3
Space (= 0x20)
4
Comma (= 0x2c)
5
Semicolon (= 0x3b)
ref int enableKeyboardEmulation,
ref int autoEnterWay,
ref int autoEnterChar,
ref int showCodeType,
ref int showCodeLen,
ref string prefixCode,
ref string suffixCode);
Get output settings

Advertisement

Table of Contents
loading

Table of Contents