zxing-cpp
v3.0
Loading...
Searching...
No Matches
ContentType.h
Go to the documentation of this file.
1
/*
2
* Copyright 2026 Axel Waggershauser
3
*/
4
// SPDX-License-Identifier: Apache-2.0
5
6
#pragma once
7
8
#include <string>
9
10
namespace
ZXing
{
11
15
enum class
ContentType
{
Text
,
Binary
,
Mixed
,
GS1
,
ISO15434
,
UnknownECI
};
16
17
std::string
ToString
(
ContentType
type);
18
19
}
// ZXing
ZXing
Definition
Barcode.h:26
ZXing::ContentType
ContentType
Provides a hint to the type of content encoded in a barcode, such as text, binary data,...
Definition
ContentType.h:15
ZXing::ContentType::UnknownECI
@ UnknownECI
Definition
ContentType.h:15
ZXing::ContentType::ISO15434
@ ISO15434
Definition
ContentType.h:15
ZXing::ContentType::Mixed
@ Mixed
Definition
ContentType.h:15
ZXing::ContentType::Binary
@ Binary
Definition
ContentType.h:15
ZXing::ContentType::Text
@ Text
Definition
ContentType.h:15
ZXing::ContentType::GS1
@ GS1
Definition
ContentType.h:15
ZXing::ToString
std::string ToString(BarcodeFormat format)
ContentType.h
Generated by
1.16.1