Example
#include <stdio.h> #include "scan1223.h" #include "mmsultra.h"
void main(void) |
|
{ | // Command calls config. |
short sStatus = 0; | |
LPCODE93INFO config93; | // Code 93 data structure |
sStatus = scnOpenScanner(); | // Enable scanner |
if (sStatus ==
printf("Scanner | |
else | // Get config. |
{ | |
sStatus = scnGetCode93Info(config93); | |
if (sStatus != 0) |
|
printf("Scanner is disabled."); |
|
else | // Set values |
{ |
// Save values
status = scnSetCode93Info(config93); if (sStatus != 0)
printf("Error setting
; /* Scan Bar Codes */ |
|
} |
|
} | // Disable scanner |
sStatus = scnCloseScanner(); |
}