Mobile API Reference  MicroStrategy 2019
BarCodeCB.h File Reference
#import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

class  BarCodeCB
 

Typedefs

typedef enum mabarcode_type_e mabarcode_type_t
 
typedef enum mabarcode_error_e mabarcode_error_t
 

Enumerations

enum  mabarcode_type_e {
  BARCODE_UPCA, BARCODE_UPCE, BARCODE_EAN13, BARCODE_EAN8,
  BARCODE_QRCODE, BARCODE_UNKNOWN
}
 
enum  mabarcode_error_e { BARCODE_SUCCESS = 0, BARCODE_ERROR = -1, BARCODE_CANCEL = 1 }
 

Typedef Documentation

◆ mabarcode_error_t

◆ mabarcode_type_t

decoded symbol type.

Enumeration Type Documentation

◆ mabarcode_error_e

Enumerator
BARCODE_SUCCESS 
BARCODE_ERROR 
BARCODE_CANCEL 

◆ mabarcode_type_e

decoded symbol type.

Enumerator
BARCODE_UPCA 
BARCODE_UPCE 
BARCODE_EAN13 
BARCODE_EAN8 
BARCODE_QRCODE 
BARCODE_UNKNOWN