im_get_label_symbologyid
4-19
4
do
{
source = IM_LABEL_SELECT | IM_KEYBOARD_SELECT;
im_receive_field(source, IM_INFINITE_TIMEOUT, IM_INVERSE,
IM_RETURN_ON_FULL, 10, &source, input);
printf("\nReceive Field:\n");
printf("%s\n", input);
im_get_label_symbology( &symbol);
/* Display symbology */
printf("\nSYMBOLOGY: %d\n%s\n", symbol, bar_code[symbol]);
} while (input[0] != 'q' && input[0] != 'Q'); /* 'q' to quit */
}
im_get_label_symbologyid
Purpose
This function gets the AIM symbology ID, such as ]A0, from the most
recently scanned label. Call this function after receiving data using
im_receive_input or im_receive_field.
Syntax
#include "imt209x.h"
IM_STATUS im_get_label_symbologyid
(IM_UCHAR far
*symb);
IN Parameters
None.
OUT Parameters
symb Pointer to the buffer for the label symbology ID string and must be at
least 6 byes in length.
Return Value
This function returns one of these codes:
IM_SUCCESS Successfully retrieved.
IM_NO_SYMBOLOGY No symbology code available, or no scans
received.
See Also
im_receive_input, im_receive_field, im_get_label_symbology
Содержание Trakker T2090
Страница 1: ...TRAKKER T2090Batch Hand HeldComputer P N 067212 003 User s Manual ...
Страница 4: ......
Страница 14: ......
Страница 19: ...Getting Started 1 ...
Страница 20: ......
Страница 33: ...User Interface 2 ...
Страница 34: ......
Страница 55: ...Application Development 3 ...
Страница 56: ......
Страница 61: ...Application Functions 4 ...
Страница 62: ......
Страница 127: ...Reader Command Reference 5 ...
Страница 128: ......
Страница 145: ...Configuration Command Reference 6 ...
Страница 146: ......
Страница 187: ...BIOS Support 7 ...
Страница 188: ......
Страница 205: ...Hardware Specifications 8 ...
Страница 206: ......
Страница 212: ......
Страница 213: ...Demo Software A ...
Страница 214: ......
Страница 230: ......
Страница 231: ...Microsoft Visual C C Settings B ...
Страница 232: ......
Страница 234: ...TRAKKER T2090 Hand Held Batch Computer User s Manual B 4 Compiler Options Code Generation Select CPU 80186 80188 ...
Страница 237: ...Full ASCII Charts C ...
Страница 238: ......