Function Reference 4-77
Example
#include <stdio.h>
#include "scan1223.h"
#include "mmsultra.h"
void main(void)
{
short sStatus = 0;
// Command calls status
LPCODE128INFO config128;
// Code 128 data struct.
sStatus = scnOpenScanner();
// Enable scanner
if (sStatus == -2)
printf("Scanner error-- %d", sStatus);
else
{
// Get config.
sStatus = scnGetCode128Info(config128);
if (sStatus != 0)
printf("Scanner is disabled.");
else
{
// Set values
config128->uchEnableUSS128 = SCN_ENABLE;
config128->uchEnableUCCEAN128 = SCN_DISABLE;
config128->uchEnableISBT128 = SCN_DISABLE;
// Save values
sStatus = scnSetCode128Info(config128);
if (sStatus != 0)
printf("Error setting values- ", sStatus);
else
;
/* Scan Bar Codes */
}
}
sStatus = scnCloseScanner();
// Disable scanner
}
Summary of Contents for Gold 6037EX
Page 1: ... ROG TC6037EXPM Rev AA 8 03 Printed in the U S A 2003 Paxar Americas Inc All rights reserved ...
Page 2: ... Trademarks 0 1 2 0 0 3 4 5 6 7 78 ...
Page 10: ...viii Table of Contents ...
Page 30: ...2 16 Programmer s Manual ...
Page 36: ...3 6 Programmer s Manual ...
Page 154: ...4 118 Programmer s Manual ...
Page 228: ...14 Index ...
Page 229: ......
Page 230: ......