MSSImageScanner 4.29.0
The MSSImageScanner SDK provides a library to scan QR codes and CrontoSign images
Loading...
Searching...
No Matches
QRCodeScannerSDKCodeType.h
Go to the documentation of this file.
1
2//
3// Copyright (c) since 1999. VASCO DATA SECURITY
4// All rights reserved. http://www.vasco.com
5//
7
8#ifndef QRCodeScannerSDKCodeType_h
9#define QRCodeScannerSDKCodeType_h
10
11typedef NS_OPTIONS(NSInteger, CodeType) {
13 CodeTypeQrCode = 1,
14
16 CodeTypeCrontoCode = 2
18
19#endif /* QRCodeScannerSDKCodeType_h */
typedef NS_OPTIONS(NSInteger, CodeType)
Definition: QRCodeScannerSDKCodeType.h:11
NS_REFINED_FOR_SWIFT
Definition: QRCodeScannerSDKCodeType.h:17