Syntax
struct barcode
{
char *text;
int length;
int id;
int min;
int max;
char opticonID;
char *aimID;
};
Members
- text
-
Pointer to a user supplied character buffer.
ReadBarcode places a zero-terminated barcode string in the buffer on a successful read. - length
- Returns the number of bytes of scanned barcode data.
- id
- Returns a code ID that represents the type of barcode read.
- min
-
The minimum allowed length of a barcode.
Please specify 1. - max
-
The maximum allowed length of a barcode.
Please set 1 or more. - opticonID
- Returns a OPTICON code ID that represents the type of barcode read.
- aimID
- Unused.
Remarks
Requirements
Header file:
lib.hLibrary file:
libSTARTUPOPH5000.a
Last updated: 2020/10/21