Decode Data and GUI Interactions
Decode Data and GUI Interactions

Decode Data and GUI Interactions

Function prototype: int8_t CST_APIsendQuantity(uint16_t quantity);

Description:
         Sends the barcode data to the decoder based on the quantity information.
Parameters:
        
quantity
: the number of barcodes sent to the host.
Return value: int8_t status
          APP_SEND_QTY_SUCESS                               (1)
          APP_SEND_QTY_UNDERFLOW_ERROR       (-1L)
          APP_SEND_QTY_OVERFLOW_ERROR         (-2L)