Denso BHT-700-CE Reference Manual page 141

Barcode handy terminal
Table of Contents

Advertisement

Return value
Error code
ERROR_SUCCESS
ERROR_INVALID_PARAMETER
Comment:
The following five types of events can be specified:
- Depression of any key
- Depression of the trigger switch
- Stylus release
- Decoding completion
- Data reception (in IrDA interface, Serial interface, USB interface)
Specifying two or more events concurrently using this function allows the system to wait for occurrence of
any of these events. To wait for other events in addition to events listed above, add desired events using
macros with the event names defined by the BHTLIB.h library.
[Ex] Wait for occurrence of entry by any key depression or decoding completion for 10 seconds
BHT_WaitEvent (2, EVT_MASK_KEYDOWN | EVT_MASK_DECODE,
10 * 1000, &dwSignalEvent);
Meaning
Successful completion
Parameter error.
Storage address not specified
136

Advertisement

Table of Contents
loading

Table of Contents