Programming instructions
Intermec Fingerprint v7.61 – Programmer’s Reference Manual Ed. 7238
Chapter 2 Program Instructions
SETUP GET
Field of Application
Statement for getting the current setting for a single setup object.
Syntax SETUP GET<sexp
1
>,<sexp
2
>,<sexp
3
>
<sexp
1
> specifi es the setup section.
<sexp
2
> specifi es the setup object.
<sexp
3
> stores the result.
Remarks
Refer to Chapter 8, EasyLAN 100i Setup for a list of setup sections
and objects.
Examples
SETUP GET "lan1","RTEL_PR1",A$
SETUP GET "prt","MEDIA,MEDIA TYPE", B$
SETUP GET "alerts","lts",C$