Simulator (Only For Pc Simulator) - Argox PA-20 Programming Manual

Portable data terminal
Hide thumbs Also See for PA-20:
Table of Contents

Advertisement

Simulator
CopyFileToTerminal
Purpose:
Use BackupDataFiletoPC to copy data file to C:\Data directory in PC.
Syntax:
void CopyFileToTerminal(char *pssPCFileName, char *pssPDTFileName);
Example call:
CopyFileToTerminal("..\\Lookup\\MenuLook.dat",
"D:\\Lookup\\MenuLook.dat");
#include "SDK.h"
Includes:
Description:
The CopyFileToTerminal function copies the PC file path specified by
pssPCFileName pointer to the simulator path specified by
pssPDTFileName pointer.
Returns:
None
BackupDataFiletoPC
Purpose:
Use BackupDataFiletoPCA to copy data file to any disc in PC.
Syntax:
void BackupDataFiletoPC(char *pTerminalFile, char *pPCFileName);
Example call:
BackupDataFiletoPC("c:\\data\\test1.dat","f:\\sample\\test1.dat ");
#include "SDK.h"
Includes:
Description:
The BackupDataFiletoPC function copies the simulator datafile path
specified by pTerminalFile to the pFileName in PC, and you need to store
with the same file name.
Returns:
None
Sim_SetScannerType
Purpose:
To setting scan module type.
Syntax:
void Sim_SetScannerType(int type);
Example call:
Sim_SetScannerType(1);
#include "SDK.h"
Includes:
"type" is an integer variable indicating the scan module type.
Description:
type
0
1
Returns:
None
PT-20 Programming Guide
(Only for PC Simulator)
Meaning
CCD module
Laser module
//Scan module type is Laser
105

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pa-21Pa-2110Pa-2010

Table of Contents