Syntax
struct barcodeEx
{
char *text;
int length;
int id;
int min;
int max;
char opticonID;
char aimID[4];
};
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
- Returns a AIM/ISO15424 code ID that represents the type of barcode read.
Remarks
Requirements
- Header
-
lib.h
- Library
-
libSTARTUPOPH5000.a
- OS version
-
TH21J01A and later
Last updated: 2020/10/21