Structure for the parameters of the ReadBarcode function.

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.h
Library file:
libSTARTUPOPH5000.a

Last updated: 2020/10/21